diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-12 21:48:59 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-12 21:48:59 -0400 |
| commit | 6be017f0b44dae0b43a127d82c9e8d3bc6637bce (patch) | |
| tree | 042f7ff591f27b9c0b4ed0fa661714f76be10094 /data/test | |
| parent | 5392663881d49fed1df32c58c99f63242b38733f (diff) | |
Tests & Debugging
Added another test, this time for staging.
Also added some debugging capabilities.
Diffstat (limited to 'data/test')
| -rw-r--r-- | data/test/test6.rp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/test/test6.rp b/data/test/test6.rp new file mode 100644 index 0000000..40fea2c --- /dev/null +++ b/data/test/test6.rp @@ -0,0 +1,15 @@ +|//dt +//s/1//a +b + +b +c + +//s/2//x +y1 + +//s/1;i//1 +2 + +//e;p/2//y1 +z |
