mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
39a452a4c7
commit
4d4da001a0
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ func TestNestedNamedMissingParam(t *testing.T) {
|
|||
|
||||
CheckShortCodeMatch(t,
|
||||
`{{% acc %}}{{% div %}}d1{{% /div %}}{{% div2 %}}d2{{% /div2 %}}{{% /acc %}}`,
|
||||
"<div class=\"acc1\"><div></div>\n</div>", tem)
|
||||
"<div class=\"acc\"><div >d1</div><div >d2</div>\n</div>", tem)
|
||||
}
|
||||
|
||||
func TestIsNamedParamsSC(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue