diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/007/except-1.txr | 2 | ||||
-rw-r--r-- | tests/010/block.txr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/007/except-1.txr b/tests/007/except-1.txr index a507895a..7b7b9ec3 100644 --- a/tests/007/except-1.txr +++ b/tests/007/except-1.txr @@ -13,7 +13,7 @@ @ (baz x) @(end) @(define foo ()) -@ (next :list ("0" "1")) +@ (next :tlist ("0" "1")) @ (collect) @num @ (try) diff --git a/tests/010/block.txr b/tests/010/block.txr index 532f6d28..7e9da7c4 100644 --- a/tests/010/block.txr +++ b/tests/010/block.txr @@ -1,4 +1,4 @@ -@(next :list ("abc" "yyy")) +@(next :tlist ("abc" "yyy")) @(block foo) @line @(accept foo) |