##// END OF EJS Templates
test-run-tests.t: fix wrong test case for cr handling on Windows...
Mads Kiilerich -
r17799:327fbe0b default
parent child Browse files
Show More
@@ -55,11 +55,11 b' Literal match ending in " (re)":'
55 Windows: \r\n is handled like \n and can be escaped:
55 Windows: \r\n is handled like \n and can be escaped:
56
56
57 #if windows
57 #if windows
58 $ printf 'crlf\r\ncr\r\tcrlf\r\ncrcrlf\r\r\n'
58 $ printf 'crlf\r\ncr\r\tcrlf\r\ncrlf\r\n'
59 crlf
59 crlf
60 cr\r (no-eol) (esc)
60 cr\r (no-eol) (esc)
61 \tcrlf (esc)
61 \tcrlf (esc)
62 crcrlf\r (esc)
62 crlf\r (esc)
63 #endif
63 #endif
64
64
65 Combining esc with other markups - and handling lines ending with \r instead of \n:
65 Combining esc with other markups - and handling lines ending with \r instead of \n:
General Comments 0
You need to be logged in to leave comments. Login now