# HG changeset patch # User Michael Beyl # Date 1528971933 -7200 # Node ID 27007bdd5c17aca975c367d8acc6511701e7c355 # Parent 991e92b378ef8ad6e8544355063877d823f9d920 #BUGFIX by Micha class: CharacterArray changed: #expandPlaceholders:with:ignoreNumericEscapes:on: ignoreNumericEscapes diff -r 991e92b378ef -r 27007bdd5c17 CharacterArray.st --- a/CharacterArray.st Thu Jun 14 11:47:31 2018 +0200 +++ b/CharacterArray.st Thu Jun 14 12:25:33 2018 +0200 @@ -6676,7 +6676,7 @@ aStream nextPut:(Character perform:key). ]. ] ifFalse:[ - next isDigit ifTrue:[ + (next isDigit and:[ignoreNumericEscapes not]) ifTrue:[ v := argArrayOrDictionary at:(next digitValue) ifAbsent:'' ] ifFalse:[ next == $( ifTrue:[