From 9907a598dca8f129422c42f8c4fa3b4e2c988221 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 3 Aug 2016 21:23:22 +0300 Subject: Remove typed regexps until they can be done correctly. --- test/typeof3.awk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/typeof3.awk') diff --git a/test/typeof3.awk b/test/typeof3.awk index d148f373..e31bf602 100644 --- a/test/typeof3.awk +++ b/test/typeof3.awk @@ -1,13 +1,13 @@ -BEGIN { - x = @/xx/ - print typeof(x) - print x -} +#BEGIN { +# x = @/xx/ +# print typeof(x) +# print x +#} # this set may not really be needed for the test BEGIN { x = 4 - print typeof(@/xxx/) +# print typeof(@/xxx/) print typeof(3) print x } -- cgit v1.2.3