aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/arrays.nl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/arrays.nl b/tests/arrays.nl
index 0c118364..5484d5e2 100644
--- a/tests/arrays.nl
+++ b/tests/arrays.nl
@@ -28,3 +28,6 @@ for i,x in arr
>> arr2
= [10, 20, 30, 40, 50, 60]
+>> arr2 ++= 70
+>> arr2
+= [10, 20, 30, 40, 50, 60, 70]