diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-08-12 07:27:40 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-08-12 07:27:40 -0700 |
commit | 8814829f386cb8b4fd89b969f0188d26bb61440d (patch) | |
tree | 9a81eb8e4348da67f31de813380ea065d7fb1557 /tests/002/variant.expected | |
parent | 0afd465e3a1b68abfb133b02cc017a9e224bf9f4 (diff) | |
download | txr-8814829f386cb8b4fd89b969f0188d26bb61440d.tar.gz txr-8814829f386cb8b4fd89b969f0188d26bb61440d.tar.bz2 txr-8814829f386cb8b4fd89b969f0188d26bb61440d.zip |
tests: add test related to recent @(collect) change.
This test will misbehave on TXR without the previous fix;
it will not collect columns of data which keep the
corresponding rows items together.
* tests/002/variant, tests/002/variant.expected,
tests/002/variant.txr: New files.
* Makefile (TXR_ARGS, TXR_OPTS): Override for new test.
Diffstat (limited to 'tests/002/variant.expected')
-rw-r--r-- | tests/002/variant.expected | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/002/variant.expected b/tests/002/variant.expected new file mode 100644 index 00000000..78ecccb1 --- /dev/null +++ b/tests/002/variant.expected @@ -0,0 +1,7 @@ +zero-*-%-$ +one-two-three-$ +four-five-six-seven +eight-nine-ten-eleven +twelve-thirteen-%-$ +fourteen-*-%-$ +fifteen-*-%-$ |