mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02: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