Fix broken Highlight test

This commit is contained in:
bep 2015-04-16 02:20:15 +02:00
parent be6a92c8b6
commit bee52f85ae
2 changed files with 2 additions and 9 deletions

View file

@ -143,8 +143,7 @@ func TestFigureImgWidth(t *testing.T) {
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)
}
// TODO(bep)
func _TestHighlight(t *testing.T) {
func TestHighlight(t *testing.T) {
if !helpers.HasPygments() {
t.Skip("Skip test as Pygments is not installed")
}