aboutsummaryrefslogtreecommitdiffstats
path: root/test/typedregex6.awk
blob: c2d04e6ca358a6c9759fbf2040541a30246edda7 (plain)
1
2
BEGIN { RS = @/./ }
{ printf("<%s> <<%s>>\n", $0, RT) }