tests/test-run-tests.t
changeset 17777 af7c6bc48d8d
parent 17345 4f8054d3171b
child 17778 80fe64581f3a
--- a/tests/test-run-tests.t	Tue Oct 16 15:39:12 2012 +0200
+++ b/tests/test-run-tests.t	Mon Oct 15 02:33:12 2012 +0200
@@ -52,6 +52,16 @@
   $ echo 'foo (re)'
   foo (re)
 
+Windows: \r\n is handled like \n and can be escaped:
+
+#if windows
+  $ printf 'crlf\r\ncr\r\tcrlf\r\ncrcrlf\r\r\n'
+  crlf
+  cr\r (no-eol) (esc)
+  \tcrlf (esc)
+  crcrlf\r (esc)
+#endif
+
 testing hghave
 
   $ "$TESTDIR/hghave" true