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