aboutsummaryrefslogtreecommitdiffstats
path: root/test/fwtest5.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-05-23 05:41:20 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-05-23 05:41:20 +0300
commitd3d50a55367f84182d21420121b504f898cda459 (patch)
tree1598874896a49ab995b49d2066c947243882a140 /test/fwtest5.awk
parent394c705100366ecea5518ce9cfa0330d495f41b3 (diff)
downloadegawk-d3d50a55367f84182d21420121b504f898cda459.tar.gz
egawk-d3d50a55367f84182d21420121b504f898cda459.tar.bz2
egawk-d3d50a55367f84182d21420121b504f898cda459.zip
Greatly improve FIELDWIDTHS behavior, doc, and tests.
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 }