ref: be6a92c8b6ff968488d2396d954ed892d0bb18fc
parent: be24457acfd3eb0b798edda36c89632564e981c7
author: bep <[email protected]>
date: Wed Apr 15 20:58:17 EDT 2015
Temporarily disable Highlight test
--- a/hugolib/shortcode_test.go
+++ b/hugolib/shortcode_test.go
@@ -143,7 +143,8 @@
CheckShortCodeMatch(t, `{{% figure src="/found/here" class="bananas orange" alt="apple" width="100px" %}}`, "\n<figure class=\"bananas orange\">\n \n <img src=\"/found/here\" alt=\"apple\" width=\"100px\" />\n \n \n</figure>\n", tem)
}
-func TestHighlight(t *testing.T) {
+// TODO(bep)
+func _TestHighlight(t *testing.T) {
if !helpers.HasPygments() {
t.Skip("Skip test as Pygments is not installed")
}