From cfff689a7a5c4c8c43ceecf15b5991e98c966462 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 24 Sep 2018 21:37:19 -0400 Subject: [PATCH] Typo: "reset" => "rest" --- src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case | 2 +- src/dstr-binding-for-await/ary-ptrn-rest-init-id.case | 2 +- src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case | 2 +- src/dstr-binding/ary-ptrn-rest-init-ary.case | 2 +- src/dstr-binding/ary-ptrn-rest-init-id.case | 2 +- src/dstr-binding/ary-ptrn-rest-init-obj.case | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case index 2f2b25c6ee..be8f02456f 100644 --- a/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case +++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-ary.case @@ -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 diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case index aca68a9031..65b331f848 100644 --- a/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case +++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-id.case @@ -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 diff --git a/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case b/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case index 6a9eb1e8fd..eeb4e77880 100644 --- a/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case +++ b/src/dstr-binding-for-await/ary-ptrn-rest-init-obj.case @@ -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 diff --git a/src/dstr-binding/ary-ptrn-rest-init-ary.case b/src/dstr-binding/ary-ptrn-rest-init-ary.case index 57f8d9ed63..1af8ac2d35 100644 --- a/src/dstr-binding/ary-ptrn-rest-init-ary.case +++ b/src/dstr-binding/ary-ptrn-rest-init-ary.case @@ -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 diff --git a/src/dstr-binding/ary-ptrn-rest-init-id.case b/src/dstr-binding/ary-ptrn-rest-init-id.case index 7116a59325..bdb24aff67 100644 --- a/src/dstr-binding/ary-ptrn-rest-init-id.case +++ b/src/dstr-binding/ary-ptrn-rest-init-id.case @@ -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 diff --git a/src/dstr-binding/ary-ptrn-rest-init-obj.case b/src/dstr-binding/ary-ptrn-rest-init-obj.case index 5a5f9cba21..16cefdaa61 100644 --- a/src/dstr-binding/ary-ptrn-rest-init-obj.case +++ b/src/dstr-binding/ary-ptrn-rest-init-obj.case @@ -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