aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-21 22:20:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-21 22:20:38 +0300
commit898eb2ad1d514887993994e60fe860ac3ee1bba8 (patch)
tree27eb1633d084f23c0004fadd84fed1496bf495ba /test
parentd66f3c9922e36bb2e760e0ac36364c1a5aa11442 (diff)
downloadegawk-898eb2ad1d514887993994e60fe860ac3ee1bba8.tar.gz
egawk-898eb2ad1d514887993994e60fe860ac3ee1bba8.tar.bz2
egawk-898eb2ad1d514887993994e60fe860ac3ee1bba8.zip
Further API code and test code.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/testext.ok6
2 files changed, 8 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 71edf199..6d363108 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-21 Arnold D. Robbins <arnold@skeeve.com>
+
+ * testext.ok: Update contents.
+
2012-06-20 Arnold D. Robbins <arnold@skeeve.com>
* testext.ok: Update contents.
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