Mercurial > hg
diff tests/test-unbundlehash.t @ 26430:1f8208a7277e
test-debugextensions: sanitize JSON output for Windows
Windows is printing a double backslash, which isn't handled by (glob):
--- c:/Users/Matt/Projects/hg/tests/test-debugextensions.t
+++ c:/Users/Matt/Projects/hg/tests/test-debugextensions.t.err
@@ -47,7 +47,7 @@
{
"buglink": "",
"name": "color",
- "source": "*/hgext/color.pyc", (glob)
+ "source": "c:\\Users\\Matt\\Projects\\hg\\hgext\\color.pyc",
"testedwith": "internal"
},
{
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 01 Oct 2015 21:24:10 -0400 |
parents | 8c14f87bd0ae |
children | b74ca9ace65e |