RegressionTests__JavaScriptTests.st
changeset 1367 f356e0666d36
parent 1295 1918a00e4d3c
child 1368 f284431e7168
equal deleted inserted replaced
1366:099b96adfcf5 1367:f356e0666d36
   512 
   512 
   513                       /**/ // Tiny comment
   513                       /**/ // Tiny comment
   514                       /***/ // Also valid
   514                       /***/ // Also valid
   515 
   515 
   516                       // Need to test string literals and identifiers
   516                       // Need to test string literals and identifiers
   517                       println("All is well");
   517                       println("All is well in Javascript");
   518                       return null;
   518                       return null;
   519                   }
   519                   }
   520                  '
   520                  '
   521         for:JavaScriptEnvironment new
   521         for:JavaScriptEnvironment new
   522         arguments:#(  )
   522         arguments:#(  )