diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-12-18 12:38:19 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-12-18 13:19:04 -0500 |
commit | 4b9592f93a68f88152b390898004e5e54b540cae (patch) | |
tree | 18930e6373e5e75aa2999f405971d7a29e4eebc8 /tests | |
parent | 2ebbe75a8d272458cd3229b6033b2a5ce19b105b (diff) | |
download | bfs-4b9592f93a68f88152b390898004e5e54b540cae.tar.xz |
Implement -regex, -iregex, and -regextype/-E
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_0101.out | 3 | ||||
-rw-r--r-- | tests/test_0102.out | 3 | ||||
-rw-r--r-- | tests/test_0103.out | 1 | ||||
-rw-r--r-- | tests/test_0104.out | 1 | ||||
-rw-r--r-- | tests/test_0105.out | 1 | ||||
-rw-r--r-- | tests/test_0106.out | 1 |
6 files changed, 10 insertions, 0 deletions
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 @@ +./( |