Skip to content
Snippets Groups Projects
Commit d0f57bff authored by Ross Kirsling's avatar Ross Kirsling Committed by Leo Balter
Browse files

Ensure test file YAML blocks don't have a trailing space. (#2018)

parent 1b524be1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
description: >
Array instances should be able to be traversed using a `for...of` loop.
es6id: 13.6.4
---*/
---*/
var array = [0, 'a', true, false, null, /* hole */, undefined, NaN];
var i = 0;
......
......@@ -7,6 +7,6 @@
used as a label.
es6id: 12.1.1
flags: [noStrict]
---*/
---*/
yield: 1;
......@@ -10,7 +10,7 @@
phase: parse
type: SyntaxError
flags: [onlyStrict]
---*/
---*/
$DONOTEVALUATE();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment