#BUGFIX by Micha
authorMichael Beyl <mb@exept.de>
Thu, 14 Jun 2018 12:25:33 +0200
changeset 23069 27007bdd5c17
parent 23068 991e92b378ef
child 23070 d45cd560ea79
#BUGFIX by Micha class: CharacterArray changed: #expandPlaceholders:with:ignoreNumericEscapes:on: ignoreNumericEscapes
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:[