]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/lib/libc/regex/data/startend.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / netbsd-tests / lib / libc / regex / data / startend.in
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
7 b.*c            &#      b(bc)c  bc
8 b.*             &#      b(bc)c  bc
9 .*c             &#      b(bc)c  bc