#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jun 2019 12:22:39 +0200
changeset 4447 71e57f434a00
parent 4446 1e31cb48dd3b
child 4448 e0dbd918bc2e
#UI_ENHANCEMENT by cg class: Parser changed: #stxComputedInlineObject
Parser.st
--- a/Parser.st	Fri Jun 21 12:22:03 2019 +0200
+++ b/Parser.st	Fri Jun 21 12:22:39 2019 +0200
@@ -9052,7 +9052,7 @@
         elemExpr := self expression.
         (elemExpr == #Error) ifTrue:[
             (tokenType == #EOF) ifTrue:[
-                self syntaxError:'unterminated computed-inline-object; ''}'' expected'
+                self syntaxError:'unterminated inline-object; ''}'' expected'
                         position:pos1 to:tokenPosition
             ].
             ^ #Error
@@ -9069,7 +9069,7 @@
     "/ not reached
 
     "Created: / 21-06-2019 / 09:51:31 / Claus Gittinger"
-    "Modified: / 21-06-2019 / 12:21:39 / Claus Gittinger"
+    "Modified: / 21-06-2019 / 12:22:13 / Claus Gittinger"
 !
 
 typedArray:typeSymbol