diff options
Diffstat (limited to 'dist/lib/libc/regex/data/startend.in')
-rw-r--r-- | dist/lib/libc/regex/data/startend.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/lib/libc/regex/data/startend.in b/dist/lib/libc/regex/data/startend.in new file mode 100644 index 0000000..c396e58 --- /dev/null +++ b/dist/lib/libc/regex/data/startend.in @@ -0,0 +1,9 @@ +# check out the STARTEND option +[abc] &# a(b)c b +[abc] &# a(d)c +[abc] &# a(bc)d b +[abc] &# a(dc)d c +. &# a()c +b.*c &# b(bc)c bc +b.* &# b(bc)c bc +.*c &# b(bc)c bc |