#BUGFIX
authorClaus Gittinger <cg@exept.de>
Wed, 23 Mar 2016 18:40:41 +0100
changeset 1367 f356e0666d36
parent 1366 099b96adfcf5
child 1368 f284431e7168
#BUGFIX class: RegressionTests::JavaScriptTests changed: #testComments01
RegressionTests__JavaScriptTests.st
--- a/RegressionTests__JavaScriptTests.st	Wed Mar 23 18:39:19 2016 +0100
+++ b/RegressionTests__JavaScriptTests.st	Wed Mar 23 18:40:41 2016 +0100
@@ -514,7 +514,7 @@
                       /***/ // Also valid
 
                       // Need to test string literals and identifiers
-                      println("All is well");
+                      println("All is well in Javascript");
                       return null;
                   }
                  '