From 2e1281063c92115a8da96906aab6e2be0e9dd78d Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sat, 24 Nov 2018 19:45:09 +0200 Subject: Add test for command line typed regexp assignment. --- test/typedregex4.awk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/typedregex4.awk (limited to 'test/typedregex4.awk') diff --git a/test/typedregex4.awk b/test/typedregex4.awk new file mode 100644 index 00000000..8e866c34 --- /dev/null +++ b/test/typedregex4.awk @@ -0,0 +1,7 @@ +BEGIN { + print "typeof(x) =", typeof(x) +} + +END { + print "typeof(y) =", typeof(y) +} -- cgit v1.2.3