xref: /freebsd/contrib/one-true-awk/testdir/t.re1 (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1/[a-cg-j1-3]/	{ print $0 " matches /[a-cg-j1-3]/" }
2/[^aeiou]/	{ print $0 " matches /[^aeiou]/" }
3