]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - dist/lib/libc/regex/data/nospec.in
Check in first src/tests snapshot from NetBSD anoncvs
[FreeBSD/FreeBSD.git] / dist / 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