aboutsummaryrefslogtreecommitdiffstats
path: root/test/testext.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/testext.ok')
-rw-r--r--test/testext.ok6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/testext.ok b/test/testext.ok
index 08e272d0..619d97ba 100644
--- a/test/testext.ok
+++ b/test/testext.ok
@@ -22,8 +22,10 @@ test_array_size() returned 1, length is now 0
test_array_elem: a["3"] = "three"
test_array_elem() returned 1, test_array2[3] = 42
-test_array_elem did remove element "5"
-test_array_elem added element "7" --> seven
+test_array_elem() did remove element "5"
+test_array_elem() added element "7" --> seven
+test_array2["subarray"]["hello"] = world
+test_array2["subarray"]["answer"] = 42
test_array_param() returned 1
isarray(a_new_array) = 1