tests/test-run-tests.t
changeset 17799 327fbe0b84fd
parent 17778 80fe64581f3a
child 20602 8a2dfac89ad6
--- a/tests/test-run-tests.t	Wed Oct 17 18:09:00 2012 +0900
+++ b/tests/test-run-tests.t	Thu Oct 18 00:33:26 2012 +0200
@@ -55,11 +55,11 @@
 Windows: \r\n is handled like \n and can be escaped:
 
 #if windows
-  $ printf 'crlf\r\ncr\r\tcrlf\r\ncrcrlf\r\r\n'
+  $ printf 'crlf\r\ncr\r\tcrlf\r\ncrlf\r\n'
   crlf
   cr\r (no-eol) (esc)
   \tcrlf (esc)
-  crcrlf\r (esc)
+  crlf\r (esc)
 #endif
 
 Combining esc with other markups - and handling lines ending with \r instead of \n: