aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.gsub4
blob: c0102c40793d07f11e7da31e14749c0fdebad031 (plain)
1
2
3
4
length($1) == 0 { next }

{gsub("[" $1 "]","(&)"); print}
{gsub("[" $1 "]","(\\&)"); print}