Skip to content

Commit ad6bb43

Browse files
authored
add spaces
1 parent 31b7517 commit ad6bb43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@glimmer/syntax/test/parser-node-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ test('element with block params', () => {
379379
});
380380

381381
test('element with block params edge case: extra spaces', () => {
382-
let t = `<Foo as |bar bat baz|>{{bar}} {{bat}} {{baz}}</Foo>`;
382+
let t = `<Foo as | bar bat baz |>{{bar}} {{bat}} {{baz}}</Foo>`;
383383

384384
astEqual(
385385
t,

0 commit comments

Comments
 (0)