diff options
Diffstat (limited to 'test/testext.ok')
-rw-r--r-- | test/testext.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testext.ok b/test/testext.ok index f6066352..5612e92c 100644 --- a/test/testext.ok +++ b/test/testext.ok @@ -65,6 +65,9 @@ test_scalar(lazy) returned 1, the_scalar is lazy test_scalar(dog) returned 1, the_scalar is dog test_scalar_reserved: sym_lookup of ARGC passed - got a value! test_scalar_reserved: could not update new_value2 for ARGC - pass +test_indirect_var: sym_lookup of NR passed +test_indirect_var: value of NR is 3 +test_indirect_var() return 1 answer_num = 42 message_string = hello, world new_array["hello"] = "world" |