xref: /freebsd/contrib/netbsd-tests/lib/libc/regex/data/startend.in (revision 1492c8c0d825d1dcd8a2b2975fe35e4269b0b7de)
1# check out the STARTEND option
2[abc]		&#	a(b)c	b
3[abc]		&#	a(d)c
4[abc]		&#	a(bc)d	b
5[abc]		&#	a(dc)d	c
6.		&#	a()c
7b.*c		&#	b(bc)c	bc
8b.*		&#	b(bc)c	bc
9.*c		&#	b(bc)c	bc
10