Newer
Older
UbixOS / contrib / netbsd-tests / lib / libc / regex / data / nospec.in
@Charlie Root Charlie Root on 31 Dec 2017 121 bytes More Cleanup
# plain strings, with the NOSPEC flag
abc		m	abc	abc
abc		m	xabcy	abc
abc		m	xyz
a*b		m	aba*b	a*b
a*b		m	ab
""		mC	EMPTY