mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
remove unnecessary space
This commit is contained in:
parent
4b386c0ae5
commit
df147573a0
@ -13,6 +13,6 @@ negative:
|
|||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
|
||||||
class C /*{ heritage }*/ {
|
class C /*{ heritage }*/{
|
||||||
/*{ elements }*/
|
/*{ elements }*/
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,6 @@ negative:
|
|||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
|
||||||
var C = class /*{ heritage }*/ {
|
var C = class /*{ heritage }*/{
|
||||||
/*{ elements }*/
|
/*{ elements }*/
|
||||||
};
|
};
|
||||||
|
@ -8,6 +8,6 @@ path: language/statements/class/syntax/valid/
|
|||||||
features: [class]
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
class C /*{ heritage }*/ {
|
class C /*{ heritage }*/{
|
||||||
/*{ elements }*/
|
/*{ elements }*/
|
||||||
}
|
}
|
||||||
|
@ -8,6 +8,6 @@ path: language/expressions/class/syntax/valid/
|
|||||||
features: [class]
|
features: [class]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var C = class /*{ heritage }*/ {
|
var C = class /*{ heritage }*/{
|
||||||
/*{ elements }*/
|
/*{ elements }*/
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user