summaryrefslogtreecommitdiffstats
path: root/tests.sh
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-01-29 17:08:33 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-01-29 21:40:38 -0500
commitc898af13a671ee92a056467d324f16823594eb1c (patch)
treecea0ed631f4bc58c79139b33756e55f4881e797d /tests.sh
parent08fa9bdae7e550666d5bc6ca7d089f70bd7f3cf1 (diff)
downloadbfs-c898af13a671ee92a056467d324f16823594eb1c.tar.xz
tests: Add a test for posix-basic alternation
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index c0a3a79..2907678 100755
--- a/tests.sh
+++ b/tests.sh
@@ -622,6 +622,7 @@ gnu_tests=(
test_regex
test_regex_parens
test_regex_error
+ test_regex_alternation
test_regextype_posix_basic
test_regextype_posix_extended
@@ -2035,6 +2036,10 @@ function test_regextype_posix_basic() {
bfs_diff -regextype posix-basic -regex '\./\((\)'
}
+function test_regex_alternation() {
+ bfs_diff basic -regextype posix-basic -regex 'basic/\(a\|b\)'
+}
+
function test_regextype_posix_extended() {
cd weirdnames
bfs_diff -regextype posix-extended -regex '\./(\()'