diff options
Diffstat (limited to 'test/rstest6.awk')
-rw-r--r-- | test/rstest6.awk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/rstest6.awk b/test/rstest6.awk new file mode 100644 index 00000000..3481c0a3 --- /dev/null +++ b/test/rstest6.awk @@ -0,0 +1,6 @@ +# Wed Jul 14 16:02:45 IDT 2004 +# Test case from John Haque mary1john8@earthlink.net + +BEGIN { RS = "XYZ" } + +{ print } |