xref: /freebsd/contrib/netbsd-tests/lib/libc/regex/data/zero.in (revision 9f44a47fd07924afc035991af15d84e6585dea4f)
1# cases involving NULs
2aZb		&	a	a
3aZb		&p	a
4aZb		&p#	(aZb)	aZb
5aZ*b		&p#	(ab)	ab
6a.b		&#	(aZb)	aZb
7a.*		&#	(aZb)c	aZb
8