aboutsummaryrefslogtreecommitdiffstats
path: root/test/rsnullre.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/rsnullre.awk')
-rw-r--r--test/rsnullre.awk5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/rsnullre.awk b/test/rsnullre.awk
new file mode 100644
index 00000000..72b156f2
--- /dev/null
+++ b/test/rsnullre.awk
@@ -0,0 +1,5 @@
+BEGIN {
+ RS = "()"
+}
+
+{ printf("<<%s>>\n", $0) ; printf("<%s>\n", RT) }