From eba653d0d712e43676e28f93b7cba217cb56cecc Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Tue, 11 Jun 2019 22:28:51 -0300 Subject: Initial commit p2 The rest of the files, for initial upload to github --- data/test/test1.rp | 0 data/test/test2.rp | 2 ++ data/test/test3.rp | 8 ++++++++ data/test/test4.rp | 11 +++++++++++ data/test/test5.rp | 11 +++++++++++ 5 files changed, 32 insertions(+) create mode 100644 data/test/test1.rp create mode 100644 data/test/test2.rp create mode 100644 data/test/test3.rp create mode 100644 data/test/test4.rp create mode 100644 data/test/test5.rp (limited to 'data') diff --git a/data/test/test1.rp b/data/test/test1.rp new file mode 100644 index 0000000..e69de29 diff --git a/data/test/test2.rp b/data/test/test2.rp new file mode 100644 index 0000000..bae42c5 --- /dev/null +++ b/data/test/test2.rp @@ -0,0 +1,2 @@ +test1 +test2 diff --git a/data/test/test3.rp b/data/test/test3.rp new file mode 100644 index 0000000..cfddebb --- /dev/null +++ b/data/test/test3.rp @@ -0,0 +1,8 @@ +a +A + +b +B + +c +C diff --git a/data/test/test4.rp b/data/test/test4.rp new file mode 100644 index 0000000..58ffbf1 --- /dev/null +++ b/data/test/test4.rp @@ -0,0 +1,11 @@ +ab +d + +a +b + +b +c + +c +a diff --git a/data/test/test5.rp b/data/test/test5.rp new file mode 100644 index 0000000..72abd4a --- /dev/null +++ b/data/test/test5.rp @@ -0,0 +1,11 @@ +//p/-1//ab +d + +a +b + +b +c + +c +a -- cgit v1.2.3