Fix pygments check in test
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 15 Oct 2016 14:47:43 +0000 (16:47 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 15 Oct 2016 14:47:43 +0000 (16:47 +0200)
hugolib/shortcode_test.go

index 2ac52510184c40037b06a03043d2149a65e6640d..54abdecd9ee58aebf76db8c477a78c15dfb47338 100644 (file)
@@ -599,7 +599,7 @@ tags:
                } else if strings.HasSuffix(test.contentPath, ".rst") && !helpers.HasRst() {
                        fmt.Println("Skip Rst test case as no rst2html present.")
                        continue
-               } else if strings.Contains(test.expected, "code class") && !helpers.HasPygments() {
+               } else if strings.Contains(test.expected, "code") && !helpers.HasPygments() {
                        fmt.Println("Skip Pygments test case as no pygments present.")
                        continue
                }