mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 12:40:49 -04:00
parent
39a452a4c7
commit
4d4da001a0
@ -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…
x
Reference in New Issue
Block a user