mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Fix Appveyor Windows build and GitInfo path issue on Windows
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
6e0f326b9d
commit
09a0af94f5
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user