From 4b9592f93a68f88152b390898004e5e54b540cae Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 18 Dec 2016 12:38:19 -0500 Subject: Implement -regex, -iregex, and -regextype/-E --- tests/test_0101.out | 3 +++ tests/test_0102.out | 3 +++ tests/test_0103.out | 1 + tests/test_0104.out | 1 + tests/test_0105.out | 1 + tests/test_0106.out | 1 + 6 files changed, 10 insertions(+) create mode 100644 tests/test_0101.out create mode 100644 tests/test_0102.out create mode 100644 tests/test_0103.out create mode 100644 tests/test_0104.out create mode 100644 tests/test_0105.out create mode 100644 tests/test_0106.out (limited to 'tests') diff --git a/tests/test_0101.out b/tests/test_0101.out new file mode 100644 index 0000000..cfc113b --- /dev/null +++ b/tests/test_0101.out @@ -0,0 +1,3 @@ +basic/c/d +basic/e/f +basic/g/h diff --git a/tests/test_0102.out b/tests/test_0102.out new file mode 100644 index 0000000..cfc113b --- /dev/null +++ b/tests/test_0102.out @@ -0,0 +1,3 @@ +basic/c/d +basic/e/f +basic/g/h diff --git a/tests/test_0103.out b/tests/test_0103.out new file mode 100644 index 0000000..0f0971e --- /dev/null +++ b/tests/test_0103.out @@ -0,0 +1 @@ +./( diff --git a/tests/test_0104.out b/tests/test_0104.out new file mode 100644 index 0000000..0f0971e --- /dev/null +++ b/tests/test_0104.out @@ -0,0 +1 @@ +./( diff --git a/tests/test_0105.out b/tests/test_0105.out new file mode 100644 index 0000000..0f0971e --- /dev/null +++ b/tests/test_0105.out @@ -0,0 +1 @@ +./( diff --git a/tests/test_0106.out b/tests/test_0106.out new file mode 100644 index 0000000..0f0971e --- /dev/null +++ b/tests/test_0106.out @@ -0,0 +1 @@ +./( -- cgit v1.2.3