[BUG]Celeste: Endless loop in #tokensIn: with special characters

squeak-dev at lists.squeakfoundation.org squeak-dev at lists.squeakfoundation.org
Mon Sep 16 23:13:27 UTC 2002


There is also a typo in the current version of MailAddressTokenizer
class >> initialize:

	atomChars addAll: '!#$%^''*+-/=?^_`{|}~'.

The up-arrow (caret) is listed twice, but the first one should really be
an ampersand (&), to match the referenced RFC 2822 spec.

	-- tim




More information about the Squeak-dev mailing list