From 69c28985ea6ca58ebb0b34f30f9f43f42502d318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 3 Dec 2015 12:37:48 +0100 Subject: [PATCH] Fix broken Highlight test --- hugolib/shortcode_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index 7a670ba81..305cc1236 100644 --- a/hugolib/shortcode_test.go +++ b/hugolib/shortcode_test.go @@ -220,6 +220,7 @@ func TestHighlight(t *testing.T) { t.Skip("Skip test as Pygments is not installed") } viper.Set("PygmentsStyle", "bw") + viper.Set("PygmentsUseClasses", false) tem := tpl.New()