summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/lib/libc/regex/data/repet_ordinary.in
blob: 08bc286e5be272db17c8dbcff04aad26468a464e (plain)
1
2
3
4
5
6
7
8
9
10
# ordinary repetitions
ab*c		&	abc	abc
ab+c		-	abc	abc
ab?c		-	abc	abc
a\(*\)b		b	a*b	a*b
a\(**\)b	b	ab	ab
a\(***\)b	bC	BADRPT
*a		b	*a	*a
**a		b	a	a
***a		bC	BADRPT
OpenPOWER on IntegriCloud