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