diff --git a/src/declarations/redeclare-with-async-function-declaration.case b/src/declarations/async-function.case similarity index 100% rename from src/declarations/redeclare-with-async-function-declaration.case rename to src/declarations/async-function.case diff --git a/src/declarations/redeclare-with-async-generator-declaration.case b/src/declarations/async-generator.case similarity index 100% rename from src/declarations/redeclare-with-async-generator-declaration.case rename to src/declarations/async-generator.case diff --git a/src/declarations/redeclare-with-class-declaration.case b/src/declarations/class.case similarity index 100% rename from src/declarations/redeclare-with-class-declaration.case rename to src/declarations/class.case diff --git a/src/declarations/redeclare-with-const-declaration.case b/src/declarations/const.case similarity index 100% rename from src/declarations/redeclare-with-const-declaration.case rename to src/declarations/const.case diff --git a/src/declarations/redeclare-with-function-declaration.case b/src/declarations/function.case similarity index 100% rename from src/declarations/redeclare-with-function-declaration.case rename to src/declarations/function.case diff --git a/src/declarations/redeclare-with-generator-declaration.case b/src/declarations/generator.case similarity index 100% rename from src/declarations/redeclare-with-generator-declaration.case rename to src/declarations/generator.case diff --git a/src/declarations/redeclare-with-let-declaration.case b/src/declarations/let.case similarity index 100% rename from src/declarations/redeclare-with-let-declaration.case rename to src/declarations/let.case diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template index 01cce3cde65c3da565820756f4b07ac4c51208e1..0c4a3d14c03539de6f249d5cbc15e45d5a85b576 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with- name: AsyncFunctionDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template index 04e0105407934dbea293087175f3232754aa4ad5..87e70bb1e427814e32cd623b817730bc34054e66 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-async-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with- name: AsyncGeneratorDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template index 7c1d5018748f86c44272e333c712571badfbe0f4..3070c21735f84ace79478e029aa22c74469ab3f7 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-class-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/class-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with- name: ClassDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template index 3659cdf3b18bb98f7b3d32aafeb4e6d0e499f41f..e1bc56c6fcdb5b38de8c87ccf365fbb6084b5354 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-const-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/const-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with- name: LexicalDeclaration (const) in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template index 3b8f3214bee41c75447759047b6c1930392aa582..92a83fa0dacbed06f6e4a371d5b978c1e81cd7da 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/function-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with- name: FunctionDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template index c7b3c4885b419eedf592938472db6fb358a79c9a..d2cb3d28ea60ce3215a273f422596d9ba568d9f2 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/generator-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with- name: GeneratorDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration-after.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration-after.template index 82a470b70a430f07fb2a8fe6f69737cfdb0476b1..279a51f24340bed210d670d63d4dc118ccbf6712 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration-after.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration-after.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-2-to- +path: language/block-scope/syntax/redeclaration/inner-block-var-redeclaration-attempt-after- name: VariableDeclaration in a BlockStatement inside a BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration.template index 1ded0f4e085361aeda413ec38e50f9d065cbcdce..ecea4f26b2fcbe8a7b13c98cae37fde6cb56b9b1 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-inner-block-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with- name: VariableDeclaration in a BlockStatement inside a BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template index 8df2d996f609faa423b46dccaa7daa1bb9f0b975..f1b4400ab765ab9f29acf36232e6d25394f2948a 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-let-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/let-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with- name: LexicalDeclaration (let) in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration-after.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration-after.template index b6d1d6e75c477f9c43b6cd41c9411cf27afcb47d..81bd42791f893c33e0c4c9e7057d3b07243ed516 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration-after.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration-after.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/var-declaration-attempt-2-to- +path: language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after- name: VariableDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template index 07cf27f2af58fef36d20d709942d7582d8983a23..c88acde618701418e3fa601c2c31c06febf1c3e5 100644 --- a/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/block-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with- name: VariableDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/fn-block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-sloppy-function/fn-block-attempt-to-redeclare-var-declaration.template index aeeb8e453706b867d8b934e022feaedc7ffe71e3..cfea75b625ebabe03d19d6041c8640b48b79495d 100644 --- a/src/declarations/redeclare-allow-sloppy-function/fn-block-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/fn-block-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/fn-scope-var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/fn-scope-var-name-redeclaration-attempt-with- name: VariableDeclaration in BlockStatement inside a function esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template index 8ed05813f9adf7337f7bf27bfef570df23a82228..e6e3ebe77d1504403f8c025d9c6730e1c559c9f5 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with- name: AsyncFunctionDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template index 074bf5f1d8d4c35de9754dce0d0844872bc0821a..c0790f4c0b1bca8932e4ff0d561552c4249053c8 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-async-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with- name: AsyncGeneratorDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template index fdeb2a1a96b45b8e91e96177ae12e35c54ff56b4..d20fdcbb185b573cd7f943ea2570b5c57c72fc35 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-class-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/class-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with- name: ClassDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template index 22b03ddba2d65db2e31fe6fbf8b2ed79102880d7..afd0c1a5374f51370b0c13e9ea3424ddecd53a08 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-const-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/const-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with- name: LexicalDeclaration (const) in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template index 395850e5df89173ff013dd545a25757a54f7ce85..48160d700b8928ecd64a543c77f0e99e8275b585 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/function-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with- name: FunctionDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template index 7773e9a96c46b87378e7307ccc93b0f623ad901c..b6e6453f18315dd7d1cf1b004b0cfcf808146eca 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with- name: GeneratorDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template index 7ea1b96cbac5b4306c7952c17e1a079f6b81010c..15c75bc86710e0c671a7e35fa7c24ff919182a5e 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-let-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/let-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with- name: LexicalDeclaration (let) in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template index e6e51e2680667f75c69f5f78e225fbee9364393a..c6ce6cf01abd3a3992765884dc233a5572f20b4a 100644 --- a/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare-allow-sloppy-function/switch-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/var-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with- name: VariableDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template index 1757372e6555c32df23baf3309019baad666d86b..f77b66def96c8c5c9840a5421c19cb1c1fb90b99 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with- name: AsyncFunctionDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template index b5482ae2c1457bf66183aa5d7387e36a60ec4d24..b5272d4aa2bb379554ee8064005590744b8beccd 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-async-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with- name: AsyncGeneratorDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template index 8a8c4d01de36d4df9723a3c9e4e5eefaf3efecb1..7e7dcd2e555e39c26351a103a2e372e5f44bb53d 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-class-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/class-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with- name: ClassDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template index 4a944c8790cbe178c4b6f77fdd4daa0a7ac6f9a3..37807f6ba102d6ef370bce98574333ebcf608a55 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-const-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/const-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with- name: LexicalDeclaration (const) in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template index 8c0246a3346de0f3d5ffc912435d6917b2df9cef..c6e1e31b43190478ff25964a3fb3155cec67fe75 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/function-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with- name: FunctionDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template index dfef581c6867d1390c5c6cbd14aa3e9c6c480ee3..2ed6c562be87d9f44d63ef7fdc4dce91bf855b0a 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/generator-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with- name: GeneratorDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-inner-block-var-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-inner-block-var-declaration.template index c30b81633d64d73e2054d382d299199f71f8b16e..2a535d7a31c1b5f67af3a556e148668aa3fe3fcf 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-inner-block-var-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-inner-block-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with- name: VariableDeclaration in a BlockStatement inside a BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template index 205131971f39a1da9792a3e4c3f2397cf0c0d741..285ded7a92d663c9774cce89f97a0be4ff2a7e58 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-let-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/let-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with- name: LexicalDeclaration (let) in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-var-declaration.template index cdb73b1e4a6fc40fe2e48f55108f73c0f85dfeed..e88365666ee01bff07ed0591416121a68c8e0e7b 100644 --- a/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare-allow-var/block-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with- name: VariableDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/fn-block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-var/fn-block-attempt-to-redeclare-var-declaration.template index d3737a09c5a299773cf9dc13ae7dad86266f5170..6ef755b1c6cd5d5033e950dfaec15230d584a630 100644 --- a/src/declarations/redeclare-allow-var/fn-block-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare-allow-var/fn-block-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/fn-scope-var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/fn-scope-var-name-redeclaration-attempt-with- name: VariableDeclaration in BlockStatement inside a function esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template index 65ca7b63a37a10784d0cac0faf12685f677fa005..03ecf8ef52c48f9d4ac157955e522e5716faef97 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with- name: AsyncFunctionDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template index b6939c786e1b2b20b83e24e9f1c1571dea576481..07fee5ebd4153b408a36c0d534976756ace00c8b 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-async-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with- name: AsyncGeneratorDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template index 201b4fa05c78bcbb491b0b7c1be9ec75f903a0fa..e0decc9257e003ff8d5c2614d361e6e65ccd384f 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-class-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/class-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with- name: ClassDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template index 58f8dcf132e208bfd5c275ea32761bba5a3a6f70..6e5559cf1e43dde68eae462903edfb4bd7c563fe 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-const-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/const-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with- name: LexicalDeclaration (const) in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template index 763ffd0c3bbd97b6d5bfa23663771d14c9b46767..fda5647d9a221e3511fd33a9041e8d8270b7631c 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/function-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with- name: FunctionDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template index 668ca22240568bf4d4d58cf7b7c41db22b44c227..a62975b89c33e1e336356d18c35fd410f12ee5d9 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with- name: GeneratorDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template index ce161639e48381c0d2409e3d88174965845be5ff..7bbed15ba7632ed5b10df0c8c8e6541a650615ab 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-let-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/let-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with- name: LexicalDeclaration (let) in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-var-declaration.template index 462c5647c075a27f71ff672b05e1c4056518e8fc..830b23b43220802b60700b798939803da2d963e2 100644 --- a/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare-allow-var/switch-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/var-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with- name: VariableDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template index 01cce3cde65c3da565820756f4b07ac4c51208e1..0c4a3d14c03539de6f249d5cbc15e45d5a85b576 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-async-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/async-function-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/async-function-name-redeclaration-attempt-with- name: AsyncFunctionDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template index 04e0105407934dbea293087175f3232754aa4ad5..87e70bb1e427814e32cd623b817730bc34054e66 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-async-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/async-generator-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/async-generator-name-redeclaration-attempt-with- name: AsyncGeneratorDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template index 7c1d5018748f86c44272e333c712571badfbe0f4..3070c21735f84ace79478e029aa22c74469ab3f7 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-class-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/class-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/class-name-redeclaration-attempt-with- name: ClassDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template index 3659cdf3b18bb98f7b3d32aafeb4e6d0e499f41f..e1bc56c6fcdb5b38de8c87ccf365fbb6084b5354 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-const-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/const-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/const-name-redeclaration-attempt-with- name: LexicalDeclaration (const) in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template index 53a2972ead6f9cf1c8874564afe6d82e80b703be..0298fbc65c30b1d1484947460e3bec182bd96cdd 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/function-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/function-name-redeclaration-attempt-with- name: FunctionDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template index c7b3c4885b419eedf592938472db6fb358a79c9a..d2cb3d28ea60ce3215a273f422596d9ba568d9f2 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/generator-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/generator-name-redeclaration-attempt-with- name: GeneratorDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration-after.template b/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration-after.template index 5ac1cdae648a31bf3f4a5513c82798c10b652104..5eea12a1067ca368b133ed15e8ea618944d4686e 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration-after.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration-after.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-2-to- +path: language/block-scope/syntax/redeclaration/inner-block-var-redeclaration-attempt-after- name: VariableDeclaration in a BlockStatement inside a BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration.template index 710a2cc717143be5c690ebcf9f2e5347d5b6528c..776470981de2b3868742569aa3aa75323cb0ef18 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-inner-block-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/inner-block-var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/inner-block-var-name-redeclaration-attempt-with- name: VariableDeclaration in a BlockStatement inside a BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template index 8df2d996f609faa423b46dccaa7daa1bb9f0b975..f1b4400ab765ab9f29acf36232e6d25394f2948a 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-let-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/let-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/let-name-redeclaration-attempt-with- name: LexicalDeclaration (let) in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration-after.template b/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration-after.template index b6d1d6e75c477f9c43b6cd41c9411cf27afcb47d..81bd42791f893c33e0c4c9e7057d3b07243ed516 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration-after.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration-after.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/var-declaration-attempt-2-to- +path: language/block-scope/syntax/redeclaration/var-redeclaration-attempt-after- name: VariableDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template index 07cf27f2af58fef36d20d709942d7582d8983a23..c88acde618701418e3fa601c2c31c06febf1c3e5 100644 --- a/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare/block-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/var-name-redeclaration-attempt-with- name: VariableDeclaration in BlockStatement esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/fn-block-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare/fn-block-attempt-to-redeclare-var-declaration.template index aeeb8e453706b867d8b934e022feaedc7ffe71e3..cfea75b625ebabe03d19d6041c8640b48b79495d 100644 --- a/src/declarations/redeclare/fn-block-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare/fn-block-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/block-scope/syntax/redeclaration/fn-scope-var-declaration-attempt-to- +path: language/block-scope/syntax/redeclaration/fn-scope-var-name-redeclaration-attempt-with- name: VariableDeclaration in BlockStatement inside a function esid: sec-block-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template index 8ed05813f9adf7337f7bf27bfef570df23a82228..e6e3ebe77d1504403f8c025d9c6730e1c559c9f5 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-async-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/async-function-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/async-function-name-redeclaration-attempt-with- name: AsyncFunctionDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template index 074bf5f1d8d4c35de9754dce0d0844872bc0821a..c0790f4c0b1bca8932e4ff0d561552c4249053c8 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-async-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/async-generator-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/async-generator-name-redeclaration-attempt-with- name: AsyncGeneratorDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template index fdeb2a1a96b45b8e91e96177ae12e35c54ff56b4..d20fdcbb185b573cd7f943ea2570b5c57c72fc35 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-class-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/class-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/class-name-redeclaration-attempt-with- name: ClassDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template index 22b03ddba2d65db2e31fe6fbf8b2ed79102880d7..afd0c1a5374f51370b0c13e9ea3424ddecd53a08 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-const-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/const-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/const-name-redeclaration-attempt-with- name: LexicalDeclaration (const) in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template index e5838579f99a5a2eb0150c929d8c9c1dd4322891..3e71761f38157582634e0e00f51582df61aee930 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-function-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/function-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/function-name-redeclaration-attempt-with- name: FunctionDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template index 7773e9a96c46b87378e7307ccc93b0f623ad901c..b6e6453f18315dd7d1cf1b004b0cfcf808146eca 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-generator-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/generator-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/generator-name-redeclaration-attempt-with- name: GeneratorDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template index 7ea1b96cbac5b4306c7952c17e1a079f6b81010c..15c75bc86710e0c671a7e35fa7c24ff919182a5e 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-let-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/let-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/let-name-redeclaration-attempt-with- name: LexicalDeclaration (let) in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template b/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template index e6e51e2680667f75c69f5f78e225fbee9364393a..c6ce6cf01abd3a3992765884dc233a5572f20b4a 100644 --- a/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template +++ b/src/declarations/redeclare/switch-attempt-to-redeclare-var-declaration.template @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -path: language/statements/switch/syntax/redeclaration/var-declaration-attempt-to- +path: language/statements/switch/syntax/redeclaration/var-name-redeclaration-attempt-with- name: VariableDeclaration in SwitchStatement esid: sec-switch-statement-static-semantics-early-errors info: | diff --git a/src/declarations/redeclare-with-var-declaration.case b/src/declarations/var.case similarity index 100% rename from src/declarations/redeclare-with-var-declaration.case rename to src/declarations/var.case