xref: /netbsd-src/tests/lib/libc/regex/data/basic.in (revision 17f9a364e668e2a515980aeea268264bdfd1c52d)
1*17f9a364Spgoyette# basics
2*17f9a364Spgoyettea		&	a	a
3*17f9a364Spgoyetteabc		&	abc	abc
4*17f9a364Spgoyetteabc|de		-	abc	abc
5*17f9a364Spgoyettea|b|c		-	abc	a
6