CharacterArray.st
changeset 9049 9f7bb304c353
parent 9038 d75b89570ec0
child 9058 222a3167a516
--- a/CharacterArray.st	Wed Dec 21 23:47:56 2005 +0100
+++ b/CharacterArray.st	Thu Dec 22 16:01:42 2005 +0100
@@ -1946,6 +1946,8 @@
      'hello' asCollectionOfWords
      '' asCollectionOfWords
      '      ' asCollectionOfWords
+     ' foo bar__baz__bla__ bar ' asCollectionOfWords     
+     ' foo __bar__baz__bla__ bar ' asCollectionOfWords     
     "
 !
 
@@ -5031,7 +5033,7 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.327 2005-12-21 17:00:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.328 2005-12-22 15:01:42 cg Exp $'
 ! !
 
 CharacterArray initialize!