diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-18 17:42:49 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-06-18 17:43:32 -0400 |
| commit | 1ce197d7bd217c621024b5261faec43b54127b88 (patch) | |
| tree | 2aea9d40b4e55706c98f3e34ac7be3f21067648b /data/test | |
| parent | 7ece1ed3e64770561a1e50085969dcfa6bda20a9 (diff) | |
Update tests :)
Diffstat (limited to 'data/test')
| -rw-r--r-- | data/test/test1.rp | 1 | ||||
| -rw-r--r-- | data/test/test2.rp | 1 | ||||
| -rw-r--r-- | data/test/test3.rp | 1 | ||||
| -rw-r--r-- | data/test/test4.rp | 1 | ||||
| -rw-r--r-- | data/test/test5.rp | 1 | ||||
| -rw-r--r-- | data/test/test6.rp | 3 |
6 files changed, 7 insertions, 1 deletions
diff --git a/data/test/test1.rp b/data/test/test1.rp index e69de29..f736b8e 100644 --- a/data/test/test1.rp +++ b/data/test/test1.rp @@ -0,0 +1 @@ +# Blank file test diff --git a/data/test/test2.rp b/data/test/test2.rp index bae42c5..ea05d12 100644 --- a/data/test/test2.rp +++ b/data/test/test2.rp @@ -1,2 +1,3 @@ +# Basic single pair test test1 test2 diff --git a/data/test/test3.rp b/data/test/test3.rp index cfddebb..8121c8c 100644 --- a/data/test/test3.rp +++ b/data/test/test3.rp @@ -1,3 +1,4 @@ +# Basic multi-pair test a A diff --git a/data/test/test4.rp b/data/test/test4.rp index 58ffbf1..28b14d5 100644 --- a/data/test/test4.rp +++ b/data/test/test4.rp @@ -1,3 +1,4 @@ +# Basic priority test ab d diff --git a/data/test/test5.rp b/data/test/test5.rp index 72abd4a..f2c4dc8 100644 --- a/data/test/test5.rp +++ b/data/test/test5.rp @@ -1,3 +1,4 @@ +# Basic explicit priority test //p/-1//ab d diff --git a/data/test/test6.rp b/data/test/test6.rp index b28ccab..07a7923 100644 --- a/data/test/test6.rp +++ b/data/test/test6.rp @@ -1,4 +1,5 @@ -|//df +# Basic staging test +|//tf;df //s/1//a b |
