From: Bjørn Erik Pedersen Date: Thu, 21 Jul 2016 20:30:10 +0000 (+0200) Subject: Fix broken shortcode test X-Git-Tag: v0.17~223 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4d4da001;p=brevno-suite%2Fhugo Fix broken shortcode test See #2249 --- diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index 9e12045c..85cfdcbc 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) {