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