aboutsummaryrefslogtreecommitdiffstats
path: root/test/rsnullre.awk
blob: 72b156f28d224e67d58bc4c1450c1bc0fe636c20 (plain)
1
2
3
4
5
BEGIN {
	RS = "()"
}

{ printf("<<%s>>\n", $0) ; printf("<%s>\n", RT) }