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