diff options
Diffstat (limited to 'test/rswhite.awk')
-rw-r--r-- | test/rswhite.awk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rswhite.awk b/test/rswhite.awk new file mode 100644 index 00000000..00487656 --- /dev/null +++ b/test/rswhite.awk @@ -0,0 +1,2 @@ +BEGIN { RS = "" } +{ printf("<%s>\n", $0) } |