Fix Appveyor Windows build and GitInfo path issue on Windows

This commit is contained in:
David Kassa
2017-01-01 16:16:58 -06:00
committed by Bjørn Erik Pedersen
parent 6e0f326b9d
commit 09a0af94f5
6 changed files with 62 additions and 6 deletions

View File

@@ -324,7 +324,7 @@ void do();
}
if !matched {
t.Error("Hightlight mismatch, got\n", output)
t.Errorf("Hightlight mismatch, got (escaped to see invisible chars)\n%+q", output)
}
}