aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-19 20:54:19 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-19 20:54:19 +0300
commitfd3c1195711270a001d860770098b8c0d9118c10 (patch)
treec5e0539da1f8f826b3f17839e6186d800b8f13c7 /test
parent3a40be8a79f9d4e4bb205cca4eb15b1ee811f60c (diff)
downloadegawk-fd3c1195711270a001d860770098b8c0d9118c10.tar.gz
egawk-fd3c1195711270a001d860770098b8c0d9118c10.tar.bz2
egawk-fd3c1195711270a001d860770098b8c0d9118c10.zip
Delete marked elements from flattened array.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/testext.ok8
2 files changed, 9 insertions, 3 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f8fc382e..44af6057 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-19 Arnold D. Robbins <arnold@skeeve.com>
+
+ * testext.ok: Update contents.
+
2012-06-18 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am (testext): New test.
diff --git a/test/testext.ok b/test/testext.ok
index 83711a7b..2f54668a 100644
--- a/test/testext.ok
+++ b/test/testext.ok
@@ -1,12 +1,14 @@
pets has 5 elements
-dump_array: sym_lookup of pets passed
-dump_array: incoming size is 5
+dump_array_and_delete: sym_lookup of pets passed
+dump_array_and_delete: incoming size is 5
pets["1"] = "blacky"
pets["2"] = "rusty"
pets["3"] = "sophie"
+dump_array_and_delete: marking element "3" for deletion
pets["4"] = "raincloud"
pets["5"] = "lucky"
-dump_array(pets) returned 1
+dump_array_and_delete(pets) returned 1
+dump_array_and_delete() did remove index "3"!
var_test: sym_lookup of ARGC passed - did not get a value
var_test: sym_update("testvar") succeeded