mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
parent
33a7b36fd4
commit
1d18eb0574
22 changed files with 412 additions and 297 deletions
|
@ -1056,9 +1056,9 @@ String: {{ . | safeHTML }}
|
|||
assert.Equal(1, len(s.RegularPages))
|
||||
|
||||
builder.AssertFileContent("public/page/index.html",
|
||||
"File: content/page.md",
|
||||
filepath.FromSlash("File: content/page.md"),
|
||||
"Line: 7", "Column: 4", "Offset: 40",
|
||||
"String: content/page.md:7:4",
|
||||
filepath.FromSlash("String: \"content/page.md:7:4\""),
|
||||
)
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue