diff options
Diffstat (limited to 'test/testext.ok')
-rw-r--r-- | test/testext.ok | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/testext.ok b/test/testext.ok index 619d97ba..132179c2 100644 --- a/test/testext.ok +++ b/test/testext.ok @@ -42,6 +42,21 @@ Changed value of LINT is 1 print_do_lint: lint = 1 print_do_lint() returned 1 +test_scalar(1) returned 1, the_scalar is 1 +test_scalar(3) returned 1, the_scalar is 3 +test_scalar(5) returned 1, the_scalar is 5 +test_scalar(7) returned 1, the_scalar is 7 +test_scalar(9) returned 1, the_scalar is 9 +test_scalar(11) returned 1, the_scalar is 11 +test_scalar(the) returned 1, the_scalar is the +test_scalar(quick) returned 1, the_scalar is quick +test_scalar(brown) returned 1, the_scalar is brown +test_scalar(fox) returned 1, the_scalar is fox +test_scalar(jumps) returned 1, the_scalar is jumps +test_scalar(over) returned 1, the_scalar is over +test_scalar(the) returned 1, the_scalar is the +test_scalar(lazy) returned 1, the_scalar is lazy +test_scalar(dog) returned 1, the_scalar is dog answer_num = 42 message_string = hello, world new_array["hello"] = "world" |