summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcode_test.go
diff options
context:
space:
mode:
authorDavid Kassa <david.kassa@gmail.com>2017-01-01 16:16:58 -0600
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-01-01 23:16:58 +0100
commit09a0af94f54a0dbc8900c95ce5c83ee514d8ca68 (patch)
tree671d5351c62f998fbc2e99160463be7a0bb2beec /hugolib/shortcode_test.go
parent6e0f326b9dd3cf60bf87c99c7957c519d0ddd9ef (diff)
Fix Appveyor Windows build and GitInfo path issue on Windows
Diffstat (limited to 'hugolib/shortcode_test.go')
-rw-r--r--hugolib/shortcode_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go
index ec3acfb72..536c06541 100644
--- a/hugolib/shortcode_test.go
+++ b/hugolib/shortcode_test.go
@@ -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)
}
}