mirror of https://github.com/tc39/test262.git
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.";
|
||||
|
||||
class C /*{ heritage }*/ {
|
||||
class C /*{ heritage }*/{
|
||||
/*{ elements }*/
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@ negative:
|
|||
|
||||
throw "Test262: This statement should not be evaluated.";
|
||||
|
||||
var C = class /*{ heritage }*/ {
|
||||
var C = class /*{ heritage }*/{
|
||||
/*{ elements }*/
|
||||
};
|
||||
|
|
|
@ -8,6 +8,6 @@ path: language/statements/class/syntax/valid/
|
|||
features: [class]
|
||||
---*/
|
||||
|
||||
class C /*{ heritage }*/ {
|
||||
class C /*{ heritage }*/{
|
||||
/*{ elements }*/
|
||||
}
|
||||
|
|
|
@ -8,6 +8,6 @@ path: language/expressions/class/syntax/valid/
|
|||
features: [class]
|
||||
---*/
|
||||
|
||||
var C = class /*{ heritage }*/ {
|
||||
var C = class /*{ heritage }*/{
|
||||
/*{ elements }*/
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue