mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Fix broken Highlight test
This commit is contained in:
		@@ -220,6 +220,7 @@ func TestHighlight(t *testing.T) {
 | 
				
			|||||||
		t.Skip("Skip test as Pygments is not installed")
 | 
							t.Skip("Skip test as Pygments is not installed")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	viper.Set("PygmentsStyle", "bw")
 | 
						viper.Set("PygmentsStyle", "bw")
 | 
				
			||||||
 | 
						viper.Set("PygmentsUseClasses", false)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	tem := tpl.New()
 | 
						tem := tpl.New()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user