From 4d4da001a0595d2d6e89492c6ed21c993aa37289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 21 Jul 2016 22:30:10 +0200 Subject: [PATCH] Fix broken shortcode test See #2249 --- hugolib/shortcode_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {