diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | tests/007/except-1.txr | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2011-10-23 Kaz Kylheku <kaz@kylheku.com> + * tests/007/except-1.txr: Use next :list instead + of piping from echo command. As a result, this test case should run on + MingW. + +2011-10-23 Kaz Kylheku <kaz@kylheku.com> + * match.c (list_k, string_k): New keyword symbol variables. (v_next): Implement :list and :string keywords. (syms_init): New keyword variables initialized. diff --git a/tests/007/except-1.txr b/tests/007/except-1.txr index 7f205a7f..a507895a 100644 --- a/tests/007/except-1.txr +++ b/tests/007/except-1.txr @@ -13,7 +13,7 @@ @ (baz x) @(end) @(define foo ()) -@ (next `!echo "0\n1\n"`) +@ (next :list ("0" "1")) @ (collect) @num @ (try) |