summaryrefslogtreecommitdiff
path: root/test/rstest2.awk
blob: 5ed4701d6b67b0d950f04e31eae072be209709f3 (plain)
1
2
3
4
5
6
BEGIN {
	RS = ""
	FS = "\\"
	$0 = "a\\b"
	print $1
}