summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/rswhite.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/rswhite.awk')
-rw-r--r--contrib/awk/test/rswhite.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/awk/test/rswhite.awk b/contrib/awk/test/rswhite.awk
new file mode 100644
index 0000000..0048765
--- /dev/null
+++ b/contrib/awk/test/rswhite.awk
@@ -0,0 +1,2 @@
+BEGIN { RS = "" }
+{ printf("<%s>\n", $0) }
OpenPOWER on IntegriCloud