mirror of https://github.com/tc39/test262.git
Typo: "reset" => "rest"
This commit is contained in:
parent
9aebc87bce
commit
cfff689a7a
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
template: default
|
||||
desc: Reset element (nested array pattern) does not support initializer
|
||||
desc: Rest element (nested array pattern) does not support initializer
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
template: default
|
||||
desc: Reset element (identifier) does not support initializer
|
||||
desc: Rest element (identifier) does not support initializer
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
template: default
|
||||
desc: Reset element (nested object pattern) does not support initializer
|
||||
desc: Rest element (nested object pattern) does not support initializer
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
template: default
|
||||
desc: Reset element (nested array pattern) does not support initializer
|
||||
desc: Rest element (nested array pattern) does not support initializer
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
template: default
|
||||
desc: Reset element (identifier) does not support initializer
|
||||
desc: Rest element (identifier) does not support initializer
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
template: default
|
||||
desc: Reset element (nested object pattern) does not support initializer
|
||||
desc: Rest element (nested object pattern) does not support initializer
|
||||
negative:
|
||||
phase: parse
|
||||
type: SyntaxError
|
||||
|
|
Loading…
Reference in New Issue