diff options
Diffstat (limited to 'testsuite/parseok/eight.stp')
-rwxr-xr-x | testsuite/parseok/eight.stp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/parseok/eight.stp b/testsuite/parseok/eight.stp index 0da5c8d2..29602775 100755 --- a/testsuite/parseok/eight.stp +++ b/testsuite/parseok/eight.stp @@ -2,5 +2,7 @@ probe all { - "1" in a1; ("1", 2) in a2; (a) in a3; + "1" in a1; ["1", 2] in a2; [a] in a3; [("1").("2"), "1"."2"] in a4; + a = [akbar(("foo").("bar"))] in it_s_a_trap + foreach ([a, b] in a4) { foreach ([c, d] in a2) ; } } |