diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2014-10-02 23:26:49 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2014-10-02 23:26:49 +0000 |
commit | 57718be8fa0bd5edc11ab9a72e68cc71982939a6 (patch) | |
tree | 544932e2a2c5a5a202b752beefba0b3e327b3858 /contrib/netbsd-tests/lib/libc/regex/data/startend.in | |
parent | 3fbe079a343c4122c09478f9679d9ca224f4b9c0 (diff) | |
parent | 478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (diff) |
Notes
Diffstat (limited to 'contrib/netbsd-tests/lib/libc/regex/data/startend.in')
-rw-r--r-- | contrib/netbsd-tests/lib/libc/regex/data/startend.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/lib/libc/regex/data/startend.in b/contrib/netbsd-tests/lib/libc/regex/data/startend.in new file mode 100644 index 000000000000..c396e58ac4d4 --- /dev/null +++ b/contrib/netbsd-tests/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 |