diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index 9e12045c3..85cfdcbc2 100644 --- a/hugolib/shortcode_test.go +++ b/hugolib/shortcode_test.go @@ -153,7 +153,7 @@ func TestNestedNamedMissingParam(t *testing.T) { CheckShortCodeMatch(t, `{{% acc %}}{{% div %}}d1{{% /div %}}{{% div2 %}}d2{{% /div2 %}}{{% /acc %}}`, - "
\n
", tem) + "
d1
d2
\n
", tem) } func TestIsNamedParamsSC(t *testing.T) {