Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed May 13, 2024
1 parent d413cb6 commit 879be91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hugolib/pagesfromdata/pagesfromgotmpl_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ func TestPagesFromGoTmplBasic(t *testing.T) {
)
b.AssertFileContent("public/docs/p2/index.html", "Single: p2title|", "<b>Hello World!</b> No **markdown** here.")
b.AssertFileContent("public/docs/p3/index.html", "<strong>Hello World Default</strong>")

b.AssertPublishDir(`
docs/p1/mytext.txt
docs/p1/sub/mytex2.tx
`)
}

func TestPagesFromGoTmplAsciidocAndSimilar(t *testing.T) {
Expand Down

0 comments on commit 879be91

Please sign in to comment.