From e90bae230f63472281746d99d1ebf3a07cb0ab53 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Mon, 6 Jan 2020 21:57:23 +0100 Subject: [PATCH] wip: fix test for else-variants - else is not a built-in (except for the keyword {{else}}) --- test/markup/handlebars/else-variants.expect.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/markup/handlebars/else-variants.expect.txt b/test/markup/handlebars/else-variants.expect.txt index f157b3e2a5..ced6f1db06 100644 --- a/test/markup/handlebars/else-variants.expect.txt +++ b/test/markup/handlebars/else-variants.expect.txt @@ -4,9 +4,9 @@ ... {{#helper}}block{{else}}else-block{{/helper}} ... -{{[else]}} in brackets is a helper, not a keyword +{{[else]}} in brackets is a helper, not a keyword ... -{{#else}} as block helper name is not a keyword {{/else}} +{{#else}} as block helper name is not a keyword {{/else}} ... \{{else}} is not a keyword if escaped ...