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