summaryrefslogtreecommitdiffstats
path: root/hugolib
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-12-03 12:37:48 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-12-03 12:37:48 +0100
commit69c28985ea6ca58ebb0b34f30f9f43f42502d318 (patch)
treec5b604a1fb337dee64c60e62ace290723ef067ab /hugolib
parentc1b5a48f4e3d91b38156006e5362bf2b545818db (diff)
Fix broken Highlight test
Diffstat (limited to 'hugolib')
-rw-r--r--hugolib/shortcode_test.go1
1 files changed, 1 insertions, 0 deletions
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()