From 35a9edbb9ca20c0321d3cbd3b08146f2d9baf68a Mon Sep 17 00:00:00 2001 From: Christopher Pfohl Date: Wed, 7 Feb 2018 06:53:32 -0500 Subject: [PATCH] Make sure scripts are passing good data so it's only the parse that can go wrong --- .../error-each-blocks-keyed-whitespace/input.html | 11 +++++++---- .../samples/error-each-blocks-whitespace/input.html | 9 +++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/test/parser/samples/error-each-blocks-keyed-whitespace/input.html b/test/parser/samples/error-each-blocks-keyed-whitespace/input.html index eeb9a6e06b..c801984a56 100644 --- a/test/parser/samples/error-each-blocks-keyed-whitespace/input.html +++ b/test/parser/samples/error-each-blocks-keyed-whitespace/input.html @@ -1,8 +1,11 @@ {{#each foos as foo @id}} {{/each}} - diff --git a/test/parser/samples/error-each-blocks-whitespace/input.html b/test/parser/samples/error-each-blocks-whitespace/input.html index 30e29859b8..2b4af0cac6 100644 --- a/test/parser/samples/error-each-blocks-whitespace/input.html +++ b/test/parser/samples/error-each-blocks-whitespace/input.html @@ -1,2 +1,11 @@ {{#each foos as foo}} {{/each}} +