xref: /freebsd/contrib/one-true-awk/testdir/t.gsub4 (revision a3c858005cae175e277f6f6735ca9eaea7eaf3c3)
1length($1) == 0 { next }
2
3{gsub("[" $1 "]","(&)"); print}
4{gsub("[" $1 "]","(\\&)"); print}
5