[FIX] Sequence copyReplaceAll fix
Bill Sun
billksun at yahoo.com
Mon Jan 9 19:34:08 PST 2006
Fix plus unit test for the copyReplaceAll:with: method
in sequence.slate.
Before:
==========
Slate 1> addSlot: #s.
lobby
Slate 2> s: 'slate'.
'slate'
Slate 3> s copyReplaceAll: 's' with: 'S'.
'slate'
==========
After:
==========
Slate 7> s copyReplaceAll: 's' with: 'S'.
'Slate'
==========
-Bill
__________________________________________
Yahoo! DSL Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: copyReplaceAll_fix.tar.gz
Type: application/x-gzip
Size: 10328 bytes
Desc: 2662990896-copyReplaceAll_fix.tar.gz
Url : /archives/slate/attachments/20060109/285077e9/copyReplaceAll_fix.tar.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sequence_unit_test.tar.gz
Type: application/x-gzip
Size: 10340 bytes
Desc: 1114193318-sequence_unit_test.tar.gz
Url : /archives/slate/attachments/20060109/285077e9/sequence_unit_test.tar.bin
More information about the Slate
mailing list