]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/netbsd-tests/lib/libc/regex/data/nospec.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 / nospec.in
1 # plain strings, with the NOSPEC flag
2 abc             m       abc     abc
3 abc             m       xabcy   abc
4 abc             m       xyz
5 a*b             m       aba*b   a*b
6 a*b             m       ab
7 ""              mC      EMPTY