mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 07:25:15 +02:00
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
template: default
|
template: default
|
||||||
desc: Reset element (nested array pattern) does not support initializer
|
desc: Rest element (nested array pattern) does not support initializer
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
template: default
|
template: default
|
||||||
desc: Reset element (identifier) does not support initializer
|
desc: Rest element (identifier) does not support initializer
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
template: default
|
template: default
|
||||||
desc: Reset element (nested object pattern) does not support initializer
|
desc: Rest element (nested object pattern) does not support initializer
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
template: default
|
template: default
|
||||||
desc: Reset element (nested array pattern) does not support initializer
|
desc: Rest element (nested array pattern) does not support initializer
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
template: default
|
template: default
|
||||||
desc: Reset element (identifier) does not support initializer
|
desc: Rest element (identifier) does not support initializer
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
/*---
|
/*---
|
||||||
template: default
|
template: default
|
||||||
desc: Reset element (nested object pattern) does not support initializer
|
desc: Rest element (nested object pattern) does not support initializer
|
||||||
negative:
|
negative:
|
||||||
phase: parse
|
phase: parse
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user