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
...