mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
@@ -28,6 +28,9 @@ import (
|
||||
)
|
||||
|
||||
func NewIntegrationTestBuilder(conf IntegrationTestConfig) *IntegrationTestBuilder {
|
||||
// Code fences.
|
||||
conf.TxtarString = strings.ReplaceAll(conf.TxtarString, "§§§", "```")
|
||||
|
||||
data := txtar.Parse([]byte(conf.TxtarString))
|
||||
|
||||
c, ok := conf.T.(*qt.C)
|
||||
|
||||
Reference in New Issue
Block a user