|
Here's a simple test case to add to String covering the problem:
testCollect
self assert: ('ABC' collect: [ :char | char asciiValue ]) equals: #(65 66 67)
|
|
|
Priority: 1 – Show Stopper !!!!!!
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo7.0
|
Go to Case
|
|