From 5a1b096b47fbcca7e9cc6a24db558128f4cdd87f Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 2 Jul 2019 16:59:14 -0400 Subject: Convert to using ControlledString All of the places that parse controls now use ControlledString instead of doing their own stuff. -\(o-o)/- --- data/test/test5.rp | 2 +- data/test/test6.rp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'data/test') 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 -- cgit v1.2.3