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