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