diff options
Diffstat (limited to 'contrib/awk/test/psx96sub.ok')
-rw-r--r-- | contrib/awk/test/psx96sub.ok | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/awk/test/psx96sub.ok b/contrib/awk/test/psx96sub.ok new file mode 100644 index 0000000..d6b89ee --- /dev/null +++ b/contrib/awk/test/psx96sub.ok @@ -0,0 +1,2 @@ +orig = "here is some text", repl = "<FOO&BAR \q \ \\ \& \\& \\\&>" +result is "here is <FOOsomeBAR \q \ \\ & \some \&> text" |