mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Remove leading spaces from "---*/" line
This commit is contained in:
parent
21f07ead19
commit
675cad4aa3
@ -8,7 +8,7 @@ description: >
|
||||
CoverParenthesizedExpressionAndArrowParameterList[?Yield]
|
||||
|
||||
12.14.5
|
||||
---*/
|
||||
---*/
|
||||
var af = ({x = 1}) => x;
|
||||
|
||||
assert.sameValue(typeof af, "function");
|
||||
|
@ -42,7 +42,7 @@ info: |
|
||||
[...]
|
||||
flags: [module]
|
||||
features: [export-star-as-namespace-from-module]
|
||||
---*/
|
||||
---*/
|
||||
|
||||
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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user