From 81093ee8e26aabf1a0d74c4c0c4dbd57a0d962fb Mon Sep 17 00:00:00 2001 From: David da Silva Date: Sat, 9 May 2015 20:08:55 +0200 Subject: [PATCH] bom render test was expecting unescaped output --- test/_files/bom_as_whitespace.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_files/bom_as_whitespace.mustache b/test/_files/bom_as_whitespace.mustache index 5189a19..90c9e3b 100644 --- a/test/_files/bom_as_whitespace.mustache +++ b/test/_files/bom_as_whitespace.mustache @@ -1 +1 @@ -{{tag}} \ No newline at end of file +{{{tag}}} \ No newline at end of file