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