mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
parent
85d31f7bfb
commit
f22c4aba04
7 changed files with 178 additions and 167 deletions
|
@ -772,7 +772,7 @@ Here is the last report for commits in the year 2016. It covers hrev50718-hrev50
|
|||
func TestRenderStringForRegularPageTranslations(t *testing.T) {
|
||||
c := qt.New(t)
|
||||
b := newTestSitesBuilder(t)
|
||||
b.WithLogger(loggers.NewBasicLoggerForWriter(jwalterweatherman.LevelDebug, os.Stderr))
|
||||
b.WithLogger(loggers.NewBasicLoggerForWriter(jwalterweatherman.LevelError, os.Stderr))
|
||||
|
||||
b.WithConfigFile("toml",
|
||||
`baseurl = "https://example.org/"
|
||||
|
@ -828,7 +828,6 @@ home = ["HTML", "JSON"]`)
|
|||
<p>bar</p>
|
||||
<p>bar</p>
|
||||
`)
|
||||
|
||||
}
|
||||
|
||||
// Issue 8919
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue