From: Bjørn Erik Pedersen Date: Thu, 3 Dec 2015 11:37:48 +0000 (+0100) Subject: Fix broken Highlight test X-Git-Tag: v0.16~544 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=69c28985;p=brevno-suite%2Fhugo Fix broken Highlight test --- diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index 7a670ba8..305cc123 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()