diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 15:51:50 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 17:01:51 -0400 |
commit | dfe7ff3c3fbc2f9ed66171358fafa9abb9f2b23d (patch) | |
tree | 0358a78bbe1a3988c57ffc0fe598308a982bb613 /tests/gnu | |
parent | 136b604027389fd013c029f1d1ef33ac599bc922 (diff) | |
download | bfs-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.sh | 2 |
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\)' |