diff options
| author | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-07-02 16:59:14 -0400 |
|---|---|---|
| committer | bculkin2442 <bjculkin@mix.wvu.edu> | 2019-07-02 16:59:14 -0400 |
| commit | 5a1b096b47fbcca7e9cc6a24db558128f4cdd87f (patch) | |
| tree | 8e5046c58978e0fd62a2758889cf61defdd807b5 /data/test | |
| parent | 20000281fc88c188eb81d9d3d954119725a03ca6 (diff) | |
Convert to using ControlledString
All of the places that parse controls now use ControlledString instead
of doing their own stuff. -\(o-o)/-
Diffstat (limited to 'data/test')
| -rw-r--r-- | data/test/test5.rp | 2 | ||||
| -rw-r--r-- | data/test/test6.rp | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/data/test/test5.rp b/data/test/test5.rp index f2c4dc8..2ee18ce 100644 --- a/data/test/test5.rp +++ b/data/test/test5.rp @@ -1,5 +1,5 @@ # Basic explicit priority test -//p/-1//ab +//P/-1//ab d a diff --git a/data/test/test6.rp b/data/test/test6.rp index 07a7923..34fd9dd 100644 --- a/data/test/test6.rp +++ b/data/test/test6.rp @@ -1,16 +1,16 @@ # Basic staging test |//tf;df -//s/1//a +//S/1//a b b c -//s/2//x +//S/2//x y1 -//s/1;i//1 +//S/1;I//1 2 -//e;p/2//y1 +//E;P/2//y1 z |
