[email protected] wrote:
Daniela Meneses wrote:hi Daniela, btw a small thing, in #testAsPluralbasedOn, maybe.... self deny: ('dog' asPluralBasedOn: 1) = 'dogs'. would be better as self assert: ('dog' asPluralBasedOn: 1) equals: 'dog'. since the first has an infinite number of solutions, and the second has only one. Also I have seen discussion that assert: a equals: b is preferred over assert: ( a = b) cheers -ben |
- [Pharo-dev] Test for the string class available on Smallta... Daniela Meneses
- Re: [Pharo-dev] Test for the string class available o... btc
- Re: [Pharo-dev] Test for the string class availab... btc
- Re: [Pharo-dev] Test for the string class ava... Damien Cassou
