xref: /src/contrib/netbsd-tests/lib/libc/regex/data/zero.in (revision a85fe12e361c14018a24f0f7714663b490206c7f)
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