diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/test/evg-test1.inp | 2 | ||||
| -rw-r--r-- | data/test/evg-test1.rp | 5 | ||||
| -rw-r--r-- | data/test/test7.rp | 2 | ||||
| -rw-r--r-- | data/test/test8.rp | 12 | ||||
| -rw-r--r-- | data/test/test9.rp | 7 |
5 files changed, 28 insertions, 0 deletions
diff --git a/data/test/evg-test1.inp b/data/test/evg-test1.inp new file mode 100644 index 0000000..422c2b7 --- /dev/null +++ b/data/test/evg-test1.inp @@ -0,0 +1,2 @@ +a +b diff --git a/data/test/evg-test1.rp b/data/test/evg-test1.rp new file mode 100644 index 0000000..00d3ff3 --- /dev/null +++ b/data/test/evg-test1.rp @@ -0,0 +1,5 @@ +a +b + +c +d diff --git a/data/test/test7.rp b/data/test/test7.rp new file mode 100644 index 0000000..3a8f995 --- /dev/null +++ b/data/test/test7.rp @@ -0,0 +1,2 @@ +# Basic error test +a diff --git a/data/test/test8.rp b/data/test/test8.rp new file mode 100644 index 0000000..8fd2165 --- /dev/null +++ b/data/test/test8.rp @@ -0,0 +1,12 @@ +# Global flag/multi-line test +|//TRACEf +|//P/0;S/0;M/true;Df + +a +b\ +# a comment +1 + +c +d|\ +1 diff --git a/data/test/test9.rp b/data/test/test9.rp new file mode 100644 index 0000000..17c7c02 --- /dev/null +++ b/data/test/test9.rp @@ -0,0 +1,7 @@ +# Escape test +|//dt +||//ab +c + +//n/a|;b|//c//z +x |
