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/test6.rp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/test/test6.rp') 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