summaryrefslogtreecommitdiffstats
path: root/tests/gnu
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-05-27 15:51:50 -0400
committerTavian Barnes <tavianator@tavianator.com>2024-05-27 17:01:51 -0400
commitdfe7ff3c3fbc2f9ed66171358fafa9abb9f2b23d (patch)
tree0358a78bbe1a3988c57ffc0fe598308a982bb613 /tests/gnu
parent136b604027389fd013c029f1d1ef33ac599bc922 (diff)
downloadbfs-dfe7ff3c3fbc2f9ed66171358fafa9abb9f2b23d.tar.xz
xregex: Support non-capturing groups with -regextype emacs
Link: https://savannah.gnu.org/bugs/index.php?65770 Link: https://github.com/kkos/oniguruma/issues/296
Diffstat (limited to 'tests/gnu')
-rw-r--r--tests/gnu/regextype_emacs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gnu/regextype_emacs.sh b/tests/gnu/regextype_emacs.sh
index 3cc388c..164d17a 100644
--- a/tests/gnu/regextype_emacs.sh
+++ b/tests/gnu/regextype_emacs.sh
@@ -1,3 +1,3 @@
invoke_bfs -regextype emacs -quit || skip
-bfs_diff basic -regextype emacs -regex '.*/\(f+o?o?\|bar\)'
+bfs_diff basic -regextype emacs -regex '.*/\(?:f+o?o?\|bar\)'