1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-05-01 06:17:40 +00:00

Fix broken shortcode test

See 
This commit is contained in:
Bjørn Erik Pedersen 2016-07-21 22:30:10 +02:00
parent 39a452a4c7
commit 4d4da001a0

View file

@ -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) {