diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-01-30 10:56:49 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-01-30 10:56:49 -0500 |
commit | 9278a01d858d78a2e19e6da7388caa76bc1fc849 (patch) | |
tree | 633288f8bc1369050a55b4e380ea845a52f1087e /tests | |
parent | 18f77b8ee5d9c13f49a5c6c23db08d5a73a1d640 (diff) | |
download | bfs-9278a01d858d78a2e19e6da7388caa76bc1fc849.tar.xz |
parse: Add support for ed and sed regexes
They're apparently the same as POSIX basic regexes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_regextype_ed.out | 1 | ||||
-rw-r--r-- | tests/test_regextype_sed.out | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_regextype_ed.out b/tests/test_regextype_ed.out new file mode 100644 index 0000000..0f0971e --- /dev/null +++ b/tests/test_regextype_ed.out @@ -0,0 +1 @@ +./( diff --git a/tests/test_regextype_sed.out b/tests/test_regextype_sed.out new file mode 100644 index 0000000..0f0971e --- /dev/null +++ b/tests/test_regextype_sed.out @@ -0,0 +1 @@ +./( |