aboutsummaryrefslogtreecommitdiffstats
path: root/test/fwtest5.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/fwtest5.awk')
-rw-r--r--test/fwtest5.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fwtest5.awk b/test/fwtest5.awk
new file mode 100644
index 00000000..be030eab
--- /dev/null
+++ b/test/fwtest5.awk
@@ -0,0 +1,2 @@
+BEGIN { FIELDWIDTHS = "2 3 4" }
+{ print NF }