From 71f74c483838db2e18a7756469aa8c7edc76c33f Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 13 Oct 2019 14:29:16 -0400 Subject: Fix assigning typed regex to FS and RS. --- test/typedregex6.awk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/typedregex6.awk (limited to 'test/typedregex6.awk') diff --git a/test/typedregex6.awk b/test/typedregex6.awk new file mode 100644 index 00000000..c2d04e6c --- /dev/null +++ b/test/typedregex6.awk @@ -0,0 +1,2 @@ +BEGIN { RS = @/./ } +{ printf("<%s> <<%s>>\n", $0, RT) } -- cgit v1.2.3