RegressionTests__JavaScriptTests.st
changeset 1281 cdfbc80e4791
parent 1263 57708dac3859
child 1295 1918a00e4d3c
--- a/RegressionTests__JavaScriptTests.st	Thu Apr 09 13:35:03 2015 +0200
+++ b/RegressionTests__JavaScriptTests.st	Thu Apr 09 13:58:24 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'exept:regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -241,7 +243,7 @@
                     return arr;
                  }'
         for:nil
-        arguments:#( #(10 20 30) 99 )
+        arguments:#( #(10 20 30) 99 ) deepCopy      "deepCopy - this is immutable"
         expect:#(99 20 30)
 
     "