From d3cf94ea8a6edda25d9b330d3a6523bd5e28dedc Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 1 Oct 2011 20:10:50 -0700 Subject: Tokenizing test case, exercising for @(coll :gap 0) and horizontal @(choose :shortest ...). * Makefile: Defined TXR_ARGS for tests/008 directory. * tests/008/data: New file. * tests/008/tokenize.expected: New file. * tests/008/tokenize.txr: New file. --- tests/008/tokenize.expected | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/008/tokenize.expected (limited to 'tests/008/tokenize.expected') diff --git a/tests/008/tokenize.expected b/tests/008/tokenize.expected new file mode 100644 index 00000000..86ebd01a --- /dev/null +++ b/tests/008/tokenize.expected @@ -0,0 +1,8 @@ +"a" {!=} "" {==} "b" {=} "" {!=} "c" +"a" {!=} "" {==} "" {!=} "" {=} "" {!=} "" {!=} "" {=} "b" +"" +"a" +"a" {=} "" +"" {=} "" +"" {==} "" +"" {==} "" {=} "" -- cgit v1.2.3