aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-xtestsuite/sed.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests
index 9576b6c4b..a054de6d7 100755
--- a/testsuite/sed.tests
+++ b/testsuite/sed.tests
@@ -146,6 +146,10 @@ rm outputw
146testing "sed trailing NUL" \ 146testing "sed trailing NUL" \
147 "sed 's/i/z/' input -" \ 147 "sed 's/i/z/' input -" \
148 "a\0b\0\nc" "a\0b\0" "c" 148 "a\0b\0\nc" "a\0b\0" "c"
149testing "sed escaped newline in command" \
150 "sed 's/a/z\\
151z/' input" \
152 "z\nz" "a" ""
149 153
150# Test end-of-file matching behavior 154# Test end-of-file matching behavior
151 155