Files
netbsd/tests/lib/libc/regex/data/startend.in
2013-04-06 16:48:33 +02:00

10 lines
170 B
Plaintext

# 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