From 898eb2ad1d514887993994e60fe860ac3ee1bba8 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Thu, 21 Jun 2012 22:20:38 +0300 Subject: Further API code and test code. --- test/ChangeLog | 4 ++++ test/testext.ok | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'test') 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 + + * testext.ok: Update contents. + 2012-06-20 Arnold D. Robbins * 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 -- cgit v1.2.3