etc/protocols - sync with NetBSD-8
[minix.git] / tests / lib / libc / regex / data / startend.in
blobc396e58ac4d4302b64c4cb7018a78697cd7e9e95
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