Remove leading spaces from "---*/" line

This commit is contained in:
Michael Dyck 2021-06-06 22:20:47 -04:00 committed by jugglinmike
parent 21f07ead19
commit 675cad4aa3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ description: >
CoverParenthesizedExpressionAndArrowParameterList[?Yield] CoverParenthesizedExpressionAndArrowParameterList[?Yield]
12.14.5 12.14.5
---*/ ---*/
var af = ({x = 1}) => x; var af = ({x = 1}) => x;
assert.sameValue(typeof af, "function"); assert.sameValue(typeof af, "function");

View File

@ -42,7 +42,7 @@ info: |
[...] [...]
flags: [module] flags: [module]
features: [export-star-as-namespace-from-module] features: [export-star-as-namespace-from-module]
---*/ ---*/
import {named} from './instn-star-props-dflt-skip-star-as-named_FIXTURE.js'; import {named} from './instn-star-props-dflt-skip-star-as-named_FIXTURE.js';
import {production} from './instn-star-props-dflt-skip-star-as-prod_FIXTURE.js'; import {production} from './instn-star-props-dflt-skip-star-as-prod_FIXTURE.js';