aboutsummaryrefslogtreecommitdiffstats
path: root/test/testext.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/testext.ok')
-rw-r--r--test/testext.ok8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/testext.ok b/test/testext.ok
index 2f54668a..08e272d0 100644
--- a/test/testext.ok
+++ b/test/testext.ok
@@ -25,6 +25,14 @@ 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_param() returned 1
+isarray(a_new_array) = 1
+a_new_array["hello"] = world
+a_new_array["answer"] = 42
+test_array_param: argument is not undefined (1)
+test_array_param() returned 0
+isarray(a_scalar) = 0
+
Initial value of LINT is 0
print_do_lint: lint = 0
print_do_lint() returned 1