[Pkg-javascript-devel] Bug#997789: node-espree: FTBFS: tests failed

Lucas Nussbaum lucas at debian.org
Sun Oct 24 12:42:12 BST 2021


Source: node-espree
Version: 7.3.1~dfsg1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20211023 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mocha --no-timeout --reporter tap --exclude tests/lib/libraries.js 'tests/lib/**/*.js'
> Since Acorn 8.0.0, options.ecmaVersion is required.
> Defaulting to 2020, but this will stop working in the future.
> ok 1 acorn acorn.parse() should work after espree was loaded.
> ok 2 ecmaFeatures with globalReturn/return-identifier should parse correctly when globalReturn is true
> ok 3 ecmaFeatures with globalReturn/return-identifier should throw an error when globalReturn is false
> ok 4 ecmaFeatures with globalReturn/return-no-arg should parse correctly when globalReturn is true
> ok 5 ecmaFeatures with globalReturn/return-no-arg should throw an error when globalReturn is false
> ok 6 ecmaFeatures with globalReturn/return-true should parse correctly when globalReturn is true
> ok 7 ecmaFeatures with globalReturn/return-true should throw an error when globalReturn is false
> ok 8 ecmaFeatures with impliedStrict/global-strict-violation should parse correctly when impliedStrict is false
> ok 9 ecmaFeatures with impliedStrict/global-strict-violation should throw an error when impliedStrict is true
> ok 10 ecmaFeatures with impliedStrict/inner-strict-violation should parse correctly when impliedStrict is false
> ok 11 ecmaFeatures with impliedStrict/inner-strict-violation should throw an error when impliedStrict is true
> ok 12 ecmaFeatures with jsx/embedded-comment should parse correctly when jsx is true
> ok 13 ecmaFeatures with jsx/embedded-comment should throw an error when jsx is false
> ok 14 ecmaFeatures with jsx/embedded-conditional should parse correctly when jsx is true
> ok 15 ecmaFeatures with jsx/embedded-conditional should throw an error when jsx is false
> ok 16 ecmaFeatures with jsx/embedded-invalid-js-identifier should parse correctly when jsx is true
> ok 17 ecmaFeatures with jsx/embedded-invalid-js-identifier should throw an error when jsx is false
> ok 18 ecmaFeatures with jsx/embedded-tags should parse correctly when jsx is true
> ok 19 ecmaFeatures with jsx/embedded-tags should throw an error when jsx is false
> ok 20 ecmaFeatures with jsx/empty-placeholder should parse correctly when jsx is true
> ok 21 ecmaFeatures with jsx/empty-placeholder should throw an error when jsx is false
> ok 22 ecmaFeatures with jsx/escape-patterns should parse correctly when jsx is true
> ok 23 ecmaFeatures with jsx/escape-patterns should throw an error when jsx is false
> ok 24 ecmaFeatures with jsx/invalid-attribute-missing-equals should parse correctly when jsx is true
> ok 25 ecmaFeatures with jsx/invalid-attribute-missing-equals should throw an error when jsx is false
> ok 26 ecmaFeatures with jsx/invalid-attribute should parse correctly when jsx is true
> ok 27 ecmaFeatures with jsx/invalid-attribute should throw an error when jsx is false
> ok 28 ecmaFeatures with jsx/invalid-broken-tag should parse correctly when jsx is true
> ok 29 ecmaFeatures with jsx/invalid-broken-tag should throw an error when jsx is false
> ok 30 ecmaFeatures with jsx/invalid-computed-end-tag-name should parse correctly when jsx is true
> ok 31 ecmaFeatures with jsx/invalid-computed-end-tag-name should throw an error when jsx is false
> ok 32 ecmaFeatures with jsx/invalid-computed-string-end-tag-name should parse correctly when jsx is true
> ok 33 ecmaFeatures with jsx/invalid-computed-string-end-tag-name should throw an error when jsx is false
> ok 34 ecmaFeatures with jsx/invalid-embedded-expression should parse correctly when jsx is true
> ok 35 ecmaFeatures with jsx/invalid-embedded-expression should throw an error when jsx is false
> ok 36 ecmaFeatures with jsx/invalid-leading-dot-tag-name should parse correctly when jsx is true
> ok 37 ecmaFeatures with jsx/invalid-leading-dot-tag-name should throw an error when jsx is false
> ok 38 ecmaFeatures with jsx/invalid-matching-placeholder-in-closing-tag should parse correctly when jsx is true
> ok 39 ecmaFeatures with jsx/invalid-matching-placeholder-in-closing-tag should throw an error when jsx is false
> ok 40 ecmaFeatures with jsx/invalid-mismatched-closing-tag should parse correctly when jsx is true
> ok 41 ecmaFeatures with jsx/invalid-mismatched-closing-tag should throw an error when jsx is false
> ok 42 ecmaFeatures with jsx/invalid-mismatched-closing-tags should parse correctly when jsx is true
> ok 43 ecmaFeatures with jsx/invalid-mismatched-closing-tags should throw an error when jsx is false
> ok 44 ecmaFeatures with jsx/invalid-mismatched-dot-tag-name should parse correctly when jsx is true
> ok 45 ecmaFeatures with jsx/invalid-mismatched-dot-tag-name should throw an error when jsx is false
> ok 46 ecmaFeatures with jsx/invalid-mismatched-namespace-tag should parse correctly when jsx is true
> ok 47 ecmaFeatures with jsx/invalid-mismatched-namespace-tag should throw an error when jsx is false
> ok 48 ecmaFeatures with jsx/invalid-missing-closing-tag-attribute-placeholder should parse correctly when jsx is true
> ok 49 ecmaFeatures with jsx/invalid-missing-closing-tag-attribute-placeholder should throw an error when jsx is false
> ok 50 ecmaFeatures with jsx/invalid-missing-closing-tag should parse correctly when jsx is true
> ok 51 ecmaFeatures with jsx/invalid-missing-closing-tag should throw an error when jsx is false
> ok 52 ecmaFeatures with jsx/invalid-missing-namespace-name should parse correctly when jsx is true
> ok 53 ecmaFeatures with jsx/invalid-missing-namespace-name should throw an error when jsx is false
> ok 54 ecmaFeatures with jsx/invalid-missing-namespace-value should parse correctly when jsx is true
> ok 55 ecmaFeatures with jsx/invalid-missing-namespace-value should throw an error when jsx is false
> ok 56 ecmaFeatures with jsx/invalid-missing-spread-operator should parse correctly when jsx is true
> ok 57 ecmaFeatures with jsx/invalid-missing-spread-operator should throw an error when jsx is false
> ok 58 ecmaFeatures with jsx/invalid-mixed-namespace-name should parse correctly when jsx is true
> ok 59 ecmaFeatures with jsx/invalid-mixed-namespace-name should throw an error when jsx is false
> ok 60 ecmaFeatures with jsx/invalid-mixed-namespace-value should parse correctly when jsx is true
> ok 61 ecmaFeatures with jsx/invalid-mixed-namespace-value should throw an error when jsx is false
> ok 62 ecmaFeatures with jsx/invalid-no-common-parent-with-comment should parse correctly when jsx is true
> ok 63 ecmaFeatures with jsx/invalid-no-common-parent-with-comment should throw an error when jsx is false
> ok 64 ecmaFeatures with jsx/invalid-no-common-parent should parse correctly when jsx is true
> ok 65 ecmaFeatures with jsx/invalid-no-common-parent should throw an error when jsx is false
> ok 66 ecmaFeatures with jsx/invalid-no-tag-name should parse correctly when jsx is true
> ok 67 ecmaFeatures with jsx/invalid-no-tag-name should throw an error when jsx is false
> ok 68 ecmaFeatures with jsx/invalid-placeholder-in-closing-tag should parse correctly when jsx is true
> ok 69 ecmaFeatures with jsx/invalid-placeholder-in-closing-tag should throw an error when jsx is false
> ok 70 ecmaFeatures with jsx/invalid-trailing-dot-tag-name should parse correctly when jsx is true
> ok 71 ecmaFeatures with jsx/invalid-trailing-dot-tag-name should throw an error when jsx is false
> ok 72 ecmaFeatures with jsx/invalid-unexpected-comma should parse correctly when jsx is true
> ok 73 ecmaFeatures with jsx/invalid-unexpected-comma should throw an error when jsx is false
> ok 74 ecmaFeatures with jsx/japanese-characters should parse correctly when jsx is true
> ok 75 ecmaFeatures with jsx/japanese-characters should throw an error when jsx is false
> ok 76 ecmaFeatures with jsx/less-than-operator should parse correctly when jsx is true
> ok 77 ecmaFeatures with jsx/less-than-operator should throw an error when jsx is false
> ok 78 ecmaFeatures with jsx/member-expression should parse correctly when jsx is true
> ok 79 ecmaFeatures with jsx/member-expression should throw an error when jsx is false
> ok 80 ecmaFeatures with jsx/multiple-blank-spaces should parse correctly when jsx is true
> ok 81 ecmaFeatures with jsx/multiple-blank-spaces should throw an error when jsx is false
> ok 82 ecmaFeatures with jsx/namespaced-attribute-and-value-inserted should parse correctly when jsx is true
> ok 83 ecmaFeatures with jsx/namespaced-attribute-and-value-inserted should throw an error when jsx is false
> ok 84 ecmaFeatures with jsx/namespaced-name-and-attribute should parse correctly when jsx is true
> ok 85 ecmaFeatures with jsx/namespaced-name-and-attribute should throw an error when jsx is false
> ok 86 ecmaFeatures with jsx/namespaced-name should parse correctly when jsx is true
> ok 87 ecmaFeatures with jsx/namespaced-name should throw an error when jsx is false
> ok 88 ecmaFeatures with jsx/newslines-and-entities should parse correctly when jsx is true
> ok 89 ecmaFeatures with jsx/newslines-and-entities should throw an error when jsx is false
> ok 90 ecmaFeatures with jsx/self-closing-tag-with-newline should parse correctly when jsx is true
> ok 91 ecmaFeatures with jsx/self-closing-tag-with-newline should throw an error when jsx is false
> ok 92 ecmaFeatures with jsx/self-closing-tag should parse correctly when jsx is true
> ok 93 ecmaFeatures with jsx/self-closing-tag should throw an error when jsx is false
> ok 94 ecmaFeatures with jsx/spread-operator-attribute-and-regular-attribute should parse correctly when jsx is true
> ok 95 ecmaFeatures with jsx/spread-operator-attribute-and-regular-attribute should throw an error when jsx is false
> ok 96 ecmaFeatures with jsx/spread-operator-attributes should parse correctly when jsx is true
> ok 97 ecmaFeatures with jsx/spread-operator-attributes should throw an error when jsx is false
> ok 98 ecmaFeatures with jsx/tag-names-with-dots should parse correctly when jsx is true
> ok 99 ecmaFeatures with jsx/tag-names-with-dots should throw an error when jsx is false
> ok 100 ecmaFeatures with jsx/tag-names-with-multi-dots should parse correctly when jsx is true
> ok 101 ecmaFeatures with jsx/tag-names-with-multi-dots should throw an error when jsx is false
> ok 102 ecmaFeatures with jsx/template-strings-in-jsx-complex should parse correctly when jsx is true
> ok 103 ecmaFeatures with jsx/template-strings-in-jsx-complex should throw an error when jsx is false
> ok 104 ecmaFeatures with jsx/template-strings-in-jsx-multi should parse correctly when jsx is true
> ok 105 ecmaFeatures with jsx/template-strings-in-jsx-multi should throw an error when jsx is false
> ok 106 ecmaFeatures with jsx/template-strings-in-jsx should parse correctly when jsx is true
> ok 107 ecmaFeatures with jsx/template-strings-in-jsx should throw an error when jsx is false
> ok 108 ecmaFeatures with jsx/test-content should parse correctly when jsx is true
> ok 109 ecmaFeatures with jsx/test-content should throw an error when jsx is false
> ok 110 ecmaFeatures with jsx/trailing-spread-operator-attribute should parse correctly when jsx is true
> ok 111 ecmaFeatures with jsx/trailing-spread-operator-attribute should throw an error when jsx is false
> ok 112 ecmaFeatures with jsx/unknown-escape-pattern should parse correctly when jsx is true
> ok 113 ecmaFeatures with jsx/unknown-escape-pattern should throw an error when jsx is false
> ok 114 ecmaFeatures with jsx/yield-jsx-element should parse correctly when jsx is true
> ok 115 ecmaFeatures with jsx/yield-jsx-element should throw an error when jsx is false
> ok 116 ecmaVersion Scripts with 10/json-superset/invalid-lf should parse correctly when sourceType is script
> not ok 117 ecmaVersion Scripts with 10/json-superset/valid-2028 should parse correctly when sourceType is script
>   Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>   AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>       at Object.assertMatches (tests/lib/tester.js:74:16)
>       at Context.<anonymous> (tests/lib/ecma-version.js:66:24)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:681:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:804:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:596:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:606:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:489:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:574:5)
>       at processImmediate (internal/timers.js:461:21)
> not ok 118 ecmaVersion Scripts with 10/json-superset/valid-2029 should parse correctly when sourceType is script
>   Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>   AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>       at Object.assertMatches (tests/lib/tester.js:74:16)
>       at Context.<anonymous> (tests/lib/ecma-version.js:66:24)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:681:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:804:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:596:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:606:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:489:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:574:5)
>       at processImmediate (internal/timers.js:461:21)
> ok 119 ecmaVersion Scripts with 10/optional-catch-binding/invalid-01 should parse correctly when sourceType is script
> ok 120 ecmaVersion Scripts with 10/optional-catch-binding/invalid-02 should parse correctly when sourceType is script
> ok 121 ecmaVersion Scripts with 10/optional-catch-binding/valid-01 should parse correctly when sourceType is script
> ok 122 ecmaVersion Scripts with 10/optional-catch-binding/valid-02 should parse correctly when sourceType is script
> ok 123 ecmaVersion Scripts with 11/bigint/binary should parse correctly when sourceType is script
> ok 124 ecmaVersion Scripts with 11/bigint/decimal should parse correctly when sourceType is script
> ok 125 ecmaVersion Scripts with 11/bigint/hex should parse correctly when sourceType is script
> ok 126 ecmaVersion Scripts with 11/bigint/invalid-float should parse correctly when sourceType is script
> ok 127 ecmaVersion Scripts with 11/bigint/octal should parse correctly when sourceType is script
> ok 128 ecmaVersion Scripts with 11/dynamic-import/basic should parse correctly when sourceType is script
> ok 129 ecmaVersion Scripts with 11/dynamic-import/first-of-statement should parse correctly when sourceType is script
> ok 130 ecmaVersion Scripts with 11/dynamic-import/invalid-import-prop should parse correctly when sourceType is script
> ok 131 ecmaVersion Scripts with 11/dynamic-import/invalid-multi-sources should parse correctly when sourceType is script
> ok 132 ecmaVersion Scripts with 11/dynamic-import/invalid-new-import should parse correctly when sourceType is script
> ok 133 ecmaVersion Scripts with 11/dynamic-import/invalid-no-source should parse correctly when sourceType is script
> ok 134 ecmaVersion Scripts with 11/dynamic-import/invalid-only-import should parse correctly when sourceType is script
> ok 135 ecmaVersion Scripts with 11/dynamic-import/invalid-trailing-comma should parse correctly when sourceType is script
> ok 136 ecmaVersion Scripts with 11/dynamic-import/invalid-wrap-import should parse correctly when sourceType is script
> ok 137 ecmaVersion Scripts with 11/dynamic-import/new-import should parse correctly when sourceType is script
> ok 138 ecmaVersion Scripts with 11/dynamic-import/with-assign should parse correctly when sourceType is script
> ok 139 ecmaVersion Scripts with 11/dynamic-import/with-sequence should parse correctly when sourceType is script
> ok 140 ecmaVersion Scripts with 11/nullish-coalescing/invalid-qq-with-logical-or-1 should parse correctly when sourceType is script
> ok 141 ecmaVersion Scripts with 11/nullish-coalescing/invalid-qq-with-logical-or-2 should parse correctly when sourceType is script
> ok 142 ecmaVersion Scripts with 11/nullish-coalescing/one-qq should parse correctly when sourceType is script
> ok 143 ecmaVersion Scripts with 11/nullish-coalescing/qq-in-ternary should parse correctly when sourceType is script
> ok 144 ecmaVersion Scripts with 11/nullish-coalescing/qq-with-bitwise-or should parse correctly when sourceType is script
> ok 145 ecmaVersion Scripts with 11/nullish-coalescing/qq-with-logical-or-1 should parse correctly when sourceType is script
> ok 146 ecmaVersion Scripts with 11/nullish-coalescing/qq-with-logical-or-2 should parse correctly when sourceType is script
> ok 147 ecmaVersion Scripts with 11/nullish-coalescing/two-qq should parse correctly when sourceType is script
> ok 148 ecmaVersion Scripts with 11/optional-chaining/async-qdot-call should parse correctly when sourceType is script
> ok 149 ecmaVersion Scripts with 11/optional-chaining/chaining1 should parse correctly when sourceType is script
> ok 150 ecmaVersion Scripts with 11/optional-chaining/chaining2 should parse correctly when sourceType is script
> ok 151 ecmaVersion Scripts with 11/optional-chaining/chaining3 should parse correctly when sourceType is script
> ok 152 ecmaVersion Scripts with 11/optional-chaining/invalid-assign should parse correctly when sourceType is script
> ok 153 ecmaVersion Scripts with 11/optional-chaining/invalid-async-qdot-call should parse correctly when sourceType is script
> ok 154 ecmaVersion Scripts with 11/optional-chaining/invalid-binding-in-for-in should parse correctly when sourceType is script
> ok 155 ecmaVersion Scripts with 11/optional-chaining/invalid-chaining-assign should parse correctly when sourceType is script
> ok 156 ecmaVersion Scripts with 11/optional-chaining/invalid-chaining-binding-in-for-in should parse correctly when sourceType is script
> ok 157 ecmaVersion Scripts with 11/optional-chaining/invalid-chaining-increment should parse correctly when sourceType is script
> ok 158 ecmaVersion Scripts with 11/optional-chaining/invalid-chaining-new should parse correctly when sourceType is script
> ok 159 ecmaVersion Scripts with 11/optional-chaining/invalid-chaining-template should parse correctly when sourceType is script
> ok 160 ecmaVersion Scripts with 11/optional-chaining/invalid-increment should parse correctly when sourceType is script
> ok 161 ecmaVersion Scripts with 11/optional-chaining/invalid-new should parse correctly when sourceType is script
> ok 162 ecmaVersion Scripts with 11/optional-chaining/invalid-qdot-num should parse correctly when sourceType is script
> ok 163 ecmaVersion Scripts with 11/optional-chaining/invalid-template should parse correctly when sourceType is script
> ok 164 ecmaVersion Scripts with 11/optional-chaining/non-optional should parse correctly when sourceType is script
> ok 165 ecmaVersion Scripts with 11/optional-chaining/parenthesized-chaining1 should parse correctly when sourceType is script
> ok 166 ecmaVersion Scripts with 11/optional-chaining/parenthesized-chaining2 should parse correctly when sourceType is script
> ok 167 ecmaVersion Scripts with 11/optional-chaining/parenthesized-chaining3 should parse correctly when sourceType is script
> ok 168 ecmaVersion Scripts with 11/optional-chaining/qdot-call should parse correctly when sourceType is script
> ok 169 ecmaVersion Scripts with 11/optional-chaining/qdot should parse correctly when sourceType is script
> ok 170 ecmaVersion Scripts with 12/logical-assignment-operators/and should parse correctly when sourceType is script
> ok 171 ecmaVersion Scripts with 12/logical-assignment-operators/coalesce should parse correctly when sourceType is script
> ok 172 ecmaVersion Scripts with 12/logical-assignment-operators/mix should parse correctly when sourceType is script
> ok 173 ecmaVersion Scripts with 12/logical-assignment-operators/or should parse correctly when sourceType is script
> ok 174 ecmaVersion Scripts with 12/numeric-separators/bigint should parse correctly when sourceType is script
> ok 175 ecmaVersion Scripts with 12/numeric-separators/binary should parse correctly when sourceType is script
> ok 176 ecmaVersion Scripts with 12/numeric-separators/decimal should parse correctly when sourceType is script
> ok 177 ecmaVersion Scripts with 12/numeric-separators/exponent should parse correctly when sourceType is script
> ok 178 ecmaVersion Scripts with 12/numeric-separators/fraction should parse correctly when sourceType is script
> ok 179 ecmaVersion Scripts with 12/numeric-separators/hex should parse correctly when sourceType is script
> ok 180 ecmaVersion Scripts with 12/numeric-separators/invalid-at-first should parse correctly when sourceType is script
> ok 181 ecmaVersion Scripts with 12/numeric-separators/invalid-at-last should parse correctly when sourceType is script
> ok 182 ecmaVersion Scripts with 12/numeric-separators/invalid-double-sep should parse correctly when sourceType is script
> ok 183 ecmaVersion Scripts with 12/numeric-separators/invalid-legacy-octal should parse correctly when sourceType is script
> ok 184 ecmaVersion Scripts with 12/numeric-separators/octal should parse correctly when sourceType is script
> ok 185 ecmaVersion Scripts with 12/numeric-separators/starts-with-dot should parse correctly when sourceType is script
> ok 186 ecmaVersion Scripts with 6/arrowFunctions/as-param-with-params should parse correctly when sourceType is script
> ok 187 ecmaVersion Scripts with 6/arrowFunctions/as-param should parse correctly when sourceType is script
> ok 188 ecmaVersion Scripts with 6/arrowFunctions/basic should parse correctly when sourceType is script
> ok 189 ecmaVersion Scripts with 6/arrowFunctions/block-body-not-object should parse correctly when sourceType is script
> ok 190 ecmaVersion Scripts with 6/arrowFunctions/block-body should parse correctly when sourceType is script
> ok 191 ecmaVersion Scripts with 6/arrowFunctions/error-dup-params should parse correctly when sourceType is script
> ok 192 ecmaVersion Scripts with 6/arrowFunctions/error-missing-paren should parse correctly when sourceType is script
> ok 193 ecmaVersion Scripts with 6/arrowFunctions/error-not-arrow should parse correctly when sourceType is script
> ok 194 ecmaVersion Scripts with 6/arrowFunctions/error-numeric-param-multi should parse correctly when sourceType is script
> ok 195 ecmaVersion Scripts with 6/arrowFunctions/error-numeric-param should parse correctly when sourceType is script
> ok 196 ecmaVersion Scripts with 6/arrowFunctions/error-reverse-arrow should parse correctly when sourceType is script
> ok 197 ecmaVersion Scripts with 6/arrowFunctions/error-strict-default-param-eval should parse correctly when sourceType is script
> ok 198 ecmaVersion Scripts with 6/arrowFunctions/error-strict-dup-params should parse correctly when sourceType is script
> ok 199 ecmaVersion Scripts with 6/arrowFunctions/error-strict-eval-return should parse correctly when sourceType is script
> ok 200 ecmaVersion Scripts with 6/arrowFunctions/error-strict-eval should parse correctly when sourceType is script
> ok 201 ecmaVersion Scripts with 6/arrowFunctions/error-strict-octal should parse correctly when sourceType is script
> ok 202 ecmaVersion Scripts with 6/arrowFunctions/error-strict-param-arguments should parse correctly when sourceType is script
> ok 203 ecmaVersion Scripts with 6/arrowFunctions/error-strict-param-eval should parse correctly when sourceType is script
> ok 204 ecmaVersion Scripts with 6/arrowFunctions/error-strict-param-names should parse correctly when sourceType is script
> ok 205 ecmaVersion Scripts with 6/arrowFunctions/error-strict-param-no-paren-arguments should parse correctly when sourceType is script
> ok 206 ecmaVersion Scripts with 6/arrowFunctions/error-strict-param-no-paren-eval should parse correctly when sourceType is script
> ok 207 ecmaVersion Scripts with 6/arrowFunctions/error-two-lines should parse correctly when sourceType is script
> ok 208 ecmaVersion Scripts with 6/arrowFunctions/error-wrapped-param should parse correctly when sourceType is script
> ok 209 ecmaVersion Scripts with 6/arrowFunctions/expression should parse correctly when sourceType is script
> ok 210 ecmaVersion Scripts with 6/arrowFunctions/iife should parse correctly when sourceType is script
> ok 211 ecmaVersion Scripts with 6/arrowFunctions/multiple-params should parse correctly when sourceType is script
> ok 212 ecmaVersion Scripts with 6/arrowFunctions/no-auto-return should parse correctly when sourceType is script
> ok 213 ecmaVersion Scripts with 6/arrowFunctions/not-strict-arguments should parse correctly when sourceType is script
> ok 214 ecmaVersion Scripts with 6/arrowFunctions/not-strict-eval-params should parse correctly when sourceType is script
> ok 215 ecmaVersion Scripts with 6/arrowFunctions/not-strict-eval should parse correctly when sourceType is script
> ok 216 ecmaVersion Scripts with 6/arrowFunctions/not-strict-octal should parse correctly when sourceType is script
> ok 217 ecmaVersion Scripts with 6/arrowFunctions/return-arrow-function should parse correctly when sourceType is script
> ok 218 ecmaVersion Scripts with 6/arrowFunctions/return-sequence should parse correctly when sourceType is script
> ok 219 ecmaVersion Scripts with 6/arrowFunctions/single-param-parens should parse correctly when sourceType is script
> ok 220 ecmaVersion Scripts with 6/arrowFunctions/single-param-return-identifier should parse correctly when sourceType is script
> ok 221 ecmaVersion Scripts with 6/arrowFunctions/single-param should parse correctly when sourceType is script
> ok 222 ecmaVersion Scripts with 6/binaryLiterals/invalid should parse correctly when sourceType is script
> ok 223 ecmaVersion Scripts with 6/binaryLiterals/lowercase should parse correctly when sourceType is script
> ok 224 ecmaVersion Scripts with 6/binaryLiterals/uppercase should parse correctly when sourceType is script
> ok 225 ecmaVersion Scripts with 6/blockBindings/const should parse correctly when sourceType is script
> ok 226 ecmaVersion Scripts with 6/blockBindings/let-in-switchcase should parse correctly when sourceType is script
> ok 227 ecmaVersion Scripts with 6/blockBindings/let should parse correctly when sourceType is script
> ok 228 ecmaVersion Scripts with 6/classes-and-generators/classes-and-generators should parse correctly when sourceType is script
> ok 229 ecmaVersion Scripts with 6/classes-and-generators/computed-generator should parse correctly when sourceType is script
> ok 230 ecmaVersion Scripts with 6/classes-and-generators/static-generators should parse correctly when sourceType is script
> ok 231 ecmaVersion Scripts with 6/classes/class-accessor-properties should parse correctly when sourceType is script
> ok 232 ecmaVersion Scripts with 6/classes/class-computed-static-method should parse correctly when sourceType is script
> ok 233 ecmaVersion Scripts with 6/classes/class-expression should parse correctly when sourceType is script
> ok 234 ecmaVersion Scripts with 6/classes/class-method-named-prototype should parse correctly when sourceType is script
> ok 235 ecmaVersion Scripts with 6/classes/class-method-named-static should parse correctly when sourceType is script
> ok 236 ecmaVersion Scripts with 6/classes/class-one-method-super should parse correctly when sourceType is script
> ok 237 ecmaVersion Scripts with 6/classes/class-one-method should parse correctly when sourceType is script
> ok 238 ecmaVersion Scripts with 6/classes/class-static-method-named-prototype should parse correctly when sourceType is script
> ok 239 ecmaVersion Scripts with 6/classes/class-static-method-named-static should parse correctly when sourceType is script
> ok 240 ecmaVersion Scripts with 6/classes/class-static-method should parse correctly when sourceType is script
> ok 241 ecmaVersion Scripts with 6/classes/class-static-methods-and-accessor-properties should parse correctly when sourceType is script
> ok 242 ecmaVersion Scripts with 6/classes/class-two-computed-static-methods should parse correctly when sourceType is script
> ok 243 ecmaVersion Scripts with 6/classes/class-two-methods-computed-constructor should parse correctly when sourceType is script
> ok 244 ecmaVersion Scripts with 6/classes/class-two-methods-semi should parse correctly when sourceType is script
> ok 245 ecmaVersion Scripts with 6/classes/class-two-methods-three-semi should parse correctly when sourceType is script
> ok 246 ecmaVersion Scripts with 6/classes/class-two-methods-two-semi should parse correctly when sourceType is script
> ok 247 ecmaVersion Scripts with 6/classes/class-two-methods should parse correctly when sourceType is script
> ok 248 ecmaVersion Scripts with 6/classes/class-two-static-methods-named-constructor should parse correctly when sourceType is script
> ok 249 ecmaVersion Scripts with 6/classes/class-with-constructor should parse correctly when sourceType is script
> ok 250 ecmaVersion Scripts with 6/classes/derived-class-assign-to-var should parse correctly when sourceType is script
> ok 251 ecmaVersion Scripts with 6/classes/derived-class-expression should parse correctly when sourceType is script
> ok 252 ecmaVersion Scripts with 6/classes/empty-class-double-semi should parse correctly when sourceType is script
> ok 253 ecmaVersion Scripts with 6/classes/empty-class-semi should parse correctly when sourceType is script
> ok 254 ecmaVersion Scripts with 6/classes/empty-class should parse correctly when sourceType is script
> ok 255 ecmaVersion Scripts with 6/classes/empty-literal-derived-class should parse correctly when sourceType is script
> ok 256 ecmaVersion Scripts with 6/classes/invalid-class-declaration should parse correctly when sourceType is script
> ok 257 ecmaVersion Scripts with 6/classes/invalid-class-setter-declaration should parse correctly when sourceType is script
> ok 258 ecmaVersion Scripts with 6/classes/named-class-expression should parse correctly when sourceType is script
> ok 259 ecmaVersion Scripts with 6/classes/named-derived-class-expression should parse correctly when sourceType is script
> ok 260 ecmaVersion Scripts with 6/defaultParams-and-arrowFunctions/default-param-arrow should parse correctly when sourceType is script
> ok 261 ecmaVersion Scripts with 6/defaultParams-and-arrowFunctions/default-param should parse correctly when sourceType is script
> ok 262 ecmaVersion Scripts with 6/defaultParams-and-arrowFunctions/not-strict-local-eval-multi should parse correctly when sourceType is script
> ok 263 ecmaVersion Scripts with 6/defaultParams-and-arrowFunctions/not-strict-local-eval should parse correctly when sourceType is script
> ok 264 ecmaVersion Scripts with 6/defaultParams/declaration should parse correctly when sourceType is script
> ok 265 ecmaVersion Scripts with 6/defaultParams/expression should parse correctly when sourceType is script
> ok 266 ecmaVersion Scripts with 6/defaultParams/method should parse correctly when sourceType is script
> ok 267 ecmaVersion Scripts with 6/defaultParams/not-all-params should parse correctly when sourceType is script
> ok 268 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/arrow-param-array should parse correctly when sourceType is script
> ok 269 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/arrow-param-nested-array should parse correctly when sourceType is script
> ok 270 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/arrow-param-nested-object-named should parse correctly when sourceType is script
> ok 271 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/arrow-param-nested-object should parse correctly when sourceType is script
> ok 272 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/arrow-param-object should parse correctly when sourceType is script
> ok 273 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/param-defaults-array should parse correctly when sourceType is script
> ok 274 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/param-defaults-object-nested should parse correctly when sourceType is script
> ok 275 ecmaVersion Scripts with 6/destructuring-and-arrowFunctions/param-defaults-object should parse correctly when sourceType is script
> ok 276 ecmaVersion Scripts with 6/destructuring-and-blockBindings/array-const-undefined should parse correctly when sourceType is script
> ok 277 ecmaVersion Scripts with 6/destructuring-and-blockBindings/array-let-undefined should parse correctly when sourceType is script
> ok 278 ecmaVersion Scripts with 6/destructuring-and-blockBindings/object-const-named should parse correctly when sourceType is script
> ok 279 ecmaVersion Scripts with 6/destructuring-and-blockBindings/object-const-undefined should parse correctly when sourceType is script
> ok 280 ecmaVersion Scripts with 6/destructuring-and-blockBindings/object-let-named should parse correctly when sourceType is script
> ok 281 ecmaVersion Scripts with 6/destructuring-and-blockBindings/object-let-undefined should parse correctly when sourceType is script
> ok 282 ecmaVersion Scripts with 6/destructuring-and-defaultParams/param-array should parse correctly when sourceType is script
> ok 283 ecmaVersion Scripts with 6/destructuring-and-defaultParams/param-object-short should parse correctly when sourceType is script
> ok 284 ecmaVersion Scripts with 6/destructuring-and-defaultParams/param-object should parse correctly when sourceType is script
> ok 285 ecmaVersion Scripts with 6/destructuring-and-forOf/loop should parse correctly when sourceType is script
> ok 286 ecmaVersion Scripts with 6/destructuring-and-spread/complex-destructured should parse correctly when sourceType is script
> ok 287 ecmaVersion Scripts with 6/destructuring-and-spread/destructured-array-literal should parse correctly when sourceType is script
> ok 288 ecmaVersion Scripts with 6/destructuring-and-spread/error-complex-destructured-spread-first should parse correctly when sourceType is script
> ok 289 ecmaVersion Scripts with 6/destructuring-and-spread/invalid-not-final-array-empty should parse correctly when sourceType is script
> ok 290 ecmaVersion Scripts with 6/destructuring-and-spread/multi-destructured should parse correctly when sourceType is script
> ok 291 ecmaVersion Scripts with 6/destructuring-and-spread/not-final-array should parse correctly when sourceType is script
> ok 292 ecmaVersion Scripts with 6/destructuring-and-spread/single-destructured should parse correctly when sourceType is script
> ok 293 ecmaVersion Scripts with 6/destructuring-and-spread/var-complex-destructured should parse correctly when sourceType is script
> ok 294 ecmaVersion Scripts with 6/destructuring-and-spread/var-multi-destructured should parse correctly when sourceType is script
> ok 295 ecmaVersion Scripts with 6/destructuring-and-spread/var-single-destructured should parse correctly when sourceType is script
> ok 296 ecmaVersion Scripts with 6/destructuring/array-member should parse correctly when sourceType is script
> ok 297 ecmaVersion Scripts with 6/destructuring/array-to-array should parse correctly when sourceType is script
> ok 298 ecmaVersion Scripts with 6/destructuring/array-var-undefined should parse correctly when sourceType is script
> ok 299 ecmaVersion Scripts with 6/destructuring/defaults-array-all should parse correctly when sourceType is script
> ok 300 ecmaVersion Scripts with 6/destructuring/defaults-array-longform-nested-multi should parse correctly when sourceType is script
> ok 301 ecmaVersion Scripts with 6/destructuring/defaults-array-multi should parse correctly when sourceType is script
> ok 302 ecmaVersion Scripts with 6/destructuring/defaults-array-nested-all should parse correctly when sourceType is script
> ok 303 ecmaVersion Scripts with 6/destructuring/defaults-array-nested-multi should parse correctly when sourceType is script
> ok 304 ecmaVersion Scripts with 6/destructuring/defaults-array should parse correctly when sourceType is script
> ok 305 ecmaVersion Scripts with 6/destructuring/defaults-object-all should parse correctly when sourceType is script
> ok 306 ecmaVersion Scripts with 6/destructuring/defaults-object-longform-all should parse correctly when sourceType is script
> ok 307 ecmaVersion Scripts with 6/destructuring/defaults-object-longform-multi should parse correctly when sourceType is script
> ok 308 ecmaVersion Scripts with 6/destructuring/defaults-object-longform should parse correctly when sourceType is script
> ok 309 ecmaVersion Scripts with 6/destructuring/defaults-object-mixed-multi should parse correctly when sourceType is script
> ok 310 ecmaVersion Scripts with 6/destructuring/defaults-object-multi should parse correctly when sourceType is script
> ok 311 ecmaVersion Scripts with 6/destructuring/defaults-object-nested-all should parse correctly when sourceType is script
> ok 312 ecmaVersion Scripts with 6/destructuring/defaults-object-nested-multi should parse correctly when sourceType is script
> ok 313 ecmaVersion Scripts with 6/destructuring/defaults-object should parse correctly when sourceType is script
> ok 314 ecmaVersion Scripts with 6/destructuring/destructured-array-catch should parse correctly when sourceType is script
> ok 315 ecmaVersion Scripts with 6/destructuring/destructured-object-catch should parse correctly when sourceType is script
> ok 316 ecmaVersion Scripts with 6/destructuring/invalid-defaults-object-assign should parse correctly when sourceType is script
> ok 317 ecmaVersion Scripts with 6/destructuring/named-param should parse correctly when sourceType is script
> ok 318 ecmaVersion Scripts with 6/destructuring/nested-array should parse correctly when sourceType is script
> ok 319 ecmaVersion Scripts with 6/destructuring/nested-object should parse correctly when sourceType is script
> ok 320 ecmaVersion Scripts with 6/destructuring/object-var-named should parse correctly when sourceType is script
> ok 321 ecmaVersion Scripts with 6/destructuring/object-var-undefined should parse correctly when sourceType is script
> ok 322 ecmaVersion Scripts with 6/destructuring/param-defaults-array should parse correctly when sourceType is script
> ok 323 ecmaVersion Scripts with 6/destructuring/param-defaults-object-nested should parse correctly when sourceType is script
> ok 324 ecmaVersion Scripts with 6/destructuring/param-defaults-object should parse correctly when sourceType is script
> ok 325 ecmaVersion Scripts with 6/destructuring/params-array-wrapped should parse correctly when sourceType is script
> ok 326 ecmaVersion Scripts with 6/destructuring/params-array should parse correctly when sourceType is script
> ok 327 ecmaVersion Scripts with 6/destructuring/params-multi-object should parse correctly when sourceType is script
> ok 328 ecmaVersion Scripts with 6/destructuring/params-nested-array should parse correctly when sourceType is script
> ok 329 ecmaVersion Scripts with 6/destructuring/params-nested-object should parse correctly when sourceType is script
> ok 330 ecmaVersion Scripts with 6/destructuring/params-object-wrapped should parse correctly when sourceType is script
> ok 331 ecmaVersion Scripts with 6/destructuring/params-object should parse correctly when sourceType is script
> ok 332 ecmaVersion Scripts with 6/destructuring/sparse-array should parse correctly when sourceType is script
> ok 333 ecmaVersion Scripts with 6/edge-cases/var-let-declaration should parse correctly when sourceType is script
> ok 334 ecmaVersion Scripts with 6/edge-cases/var-let-object should parse correctly when sourceType is script
> ok 335 ecmaVersion Scripts with 6/forOf-and-blockBindings/for-of-with-const-and-no-braces should parse correctly when sourceType is script
> ok 336 ecmaVersion Scripts with 6/forOf-and-blockBindings/for-of-with-let-and-no-braces should parse correctly when sourceType is script
> ok 337 ecmaVersion Scripts with 6/forOf/for-of-with-function-initializer should parse correctly when sourceType is script
> ok 338 ecmaVersion Scripts with 6/forOf/for-of-with-var-and-braces should parse correctly when sourceType is script
> ok 339 ecmaVersion Scripts with 6/forOf/for-of-with-var-and-no-braces should parse correctly when sourceType is script
> ok 340 ecmaVersion Scripts with 6/generators/anonymous-generator should parse correctly when sourceType is script
> ok 341 ecmaVersion Scripts with 6/generators/double-yield should parse correctly when sourceType is script
> ok 342 ecmaVersion Scripts with 6/generators/empty-generator-declaration should parse correctly when sourceType is script
> ok 343 ecmaVersion Scripts with 6/generators/generator-declaration should parse correctly when sourceType is script
> ok 344 ecmaVersion Scripts with 6/generators/yield-delegation should parse correctly when sourceType is script
> ok 345 ecmaVersion Scripts with 6/generators/yield-without-value-in-call should parse correctly when sourceType is script
> ok 346 ecmaVersion Scripts with 6/generators/yield-without-value-no-semi should parse correctly when sourceType is script
> ok 347 ecmaVersion Scripts with 6/generators/yield-without-value should parse correctly when sourceType is script
> not ok 348 ecmaVersion Scripts with 6/newTarget/invalid-new-target should parse correctly when sourceType is script
>   Expected values to be strictly deep-equal:
>   + actual - expected
>   
>     {
>       column: 9,
>       index: 8,
>       lineNumber: 1,
>   +   message: "'new.target' can only be used in functions and class static block"
>   -   message: "'new.target' can only be used in functions"
>     }
>   AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
>   + actual - expected
>   
>     {
>       column: 9,
>       index: 8,
>       lineNumber: 1,
>   +   message: "'new.target' can only be used in functions and class static block"
>   -   message: "'new.target' can only be used in functions"
>     }
>       at Object.assertMatches (tests/lib/tester.js:74:16)
>       at Context.<anonymous> (tests/lib/ecma-version.js:66:24)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:681:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:804:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:596:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:606:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:489:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:574:5)
>       at processImmediate (internal/timers.js:461:21)
> ok 349 ecmaVersion Scripts with 6/newTarget/invalid-unknown-property should parse correctly when sourceType is script
> ok 350 ecmaVersion Scripts with 6/newTarget/simple-new-target should parse correctly when sourceType is script
> ok 351 ecmaVersion Scripts with 6/objectLiteralComputedProperties/computed-addition-property should parse correctly when sourceType is script
> ok 352 ecmaVersion Scripts with 6/objectLiteralComputedProperties/computed-and-identifier should parse correctly when sourceType is script
> ok 353 ecmaVersion Scripts with 6/objectLiteralComputedProperties/computed-getter-and-setter should parse correctly when sourceType is script
> ok 354 ecmaVersion Scripts with 6/objectLiteralComputedProperties/computed-string-property should parse correctly when sourceType is script
> ok 355 ecmaVersion Scripts with 6/objectLiteralComputedProperties/computed-variable-property should parse correctly when sourceType is script
> ok 356 ecmaVersion Scripts with 6/objectLiteralComputedProperties/invalid-computed-variable-property should parse correctly when sourceType is script
> ok 357 ecmaVersion Scripts with 6/objectLiteralComputedProperties/invalid-standalone-computed-variable-property should parse correctly when sourceType is script
> ok 358 ecmaVersion Scripts with 6/objectLiteralComputedProperties/standalone-expression-with-addition should parse correctly when sourceType is script
> ok 359 ecmaVersion Scripts with 6/objectLiteralComputedProperties/standalone-expression-with-method should parse correctly when sourceType is script
> ok 360 ecmaVersion Scripts with 6/objectLiteralComputedProperties/standalone-expression should parse correctly when sourceType is script
> ok 361 ecmaVersion Scripts with 6/objectLiteralDuplicateProperties-and-objectLiteralComputedProperties/proto-computed-property should parse correctly when sourceType is script
> ok 362 ecmaVersion Scripts with 6/objectLiteralDuplicateProperties/proto-property should parse correctly when sourceType is script
> ok 363 ecmaVersion Scripts with 6/objectLiteralDuplicateProperties/proto-string-property should parse correctly when sourceType is script
> ok 364 ecmaVersion Scripts with 6/objectLiteralDuplicateProperties/strict-duplicate-properties should parse correctly when sourceType is script
> ok 365 ecmaVersion Scripts with 6/objectLiteralDuplicateProperties/strict-duplicate-string-properties should parse correctly when sourceType is script
> ok 366 ecmaVersion Scripts with 6/objectLiteralShorthandMethods-and-defaultParams/default-params should parse correctly when sourceType is script
> ok 367 ecmaVersion Scripts with 6/objectLiteralShorthandMethods-and-destructuring/array-destructuring should parse correctly when sourceType is script
> ok 368 ecmaVersion Scripts with 6/objectLiteralShorthandMethods-and-generators/generator-object-literal-method should parse correctly when sourceType is script
> ok 369 ecmaVersion Scripts with 6/objectLiteralShorthandMethods-and-objectLiteralComputedProperties/computed-method-property should parse correctly when sourceType is script
> ok 370 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/invalid-method-no-braces should parse correctly when sourceType is script
> ok 371 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/method-property should parse correctly when sourceType is script
> ok 372 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/simple-method-named-get should parse correctly when sourceType is script
> ok 373 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/simple-method-named-set should parse correctly when sourceType is script
> ok 374 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/simple-method-with-argument should parse correctly when sourceType is script
> ok 375 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/simple-method-with-string-name should parse correctly when sourceType is script
> ok 376 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/simple-method should parse correctly when sourceType is script
> ok 377 ecmaVersion Scripts with 6/objectLiteralShorthandMethods/string-name-method-property should parse correctly when sourceType is script
> ok 378 ecmaVersion Scripts with 6/objectLiteralShorthandProperties/shorthand-properties-keyword should parse correctly when sourceType is script
> ok 379 ecmaVersion Scripts with 6/objectLiteralShorthandProperties/shorthand-properties should parse correctly when sourceType is script
> ok 380 ecmaVersion Scripts with 6/octalLiterals/invalid should parse correctly when sourceType is script
> ok 381 ecmaVersion Scripts with 6/octalLiterals/lowercase should parse correctly when sourceType is script
> ok 382 ecmaVersion Scripts with 6/octalLiterals/strict-uppercase should parse correctly when sourceType is script
> ok 383 ecmaVersion Scripts with 6/octalLiterals/uppercase should parse correctly when sourceType is script
> ok 384 ecmaVersion Scripts with 6/regexUFlag/regex-u-extended-escape should parse correctly when sourceType is script
> ok 385 ecmaVersion Scripts with 6/regexUFlag/regex-u-invalid-extended-escape should parse correctly when sourceType is script
> ok 386 ecmaVersion Scripts with 6/regexUFlag/regex-u-simple should parse correctly when sourceType is script
> ok 387 ecmaVersion Scripts with 6/regexYFlag/regexp-y-simple should parse correctly when sourceType is script
> ok 388 ecmaVersion Scripts with 6/restParams-and-arrowFunctions/arrow-rest-multi should parse correctly when sourceType is script
> ok 389 ecmaVersion Scripts with 6/restParams-and-arrowFunctions/arrow-rest should parse correctly when sourceType is script
> ok 390 ecmaVersion Scripts with 6/restParams-and-arrowFunctions/destructured-arrow-array should parse correctly when sourceType is script
> ok 391 ecmaVersion Scripts with 6/restParams-and-arrowFunctions/destructured-arrow-multi should parse correctly when sourceType is script
> ok 392 ecmaVersion Scripts with 6/restParams-and-arrowFunctions/destructured-arrow-object should parse correctly when sourceType is script
> ok 393 ecmaVersion Scripts with 6/restParams-and-arrowFunctions/error-attempted-spread-param should parse correctly when sourceType is script
> ok 394 ecmaVersion Scripts with 6/restParams/basic-rest should parse correctly when sourceType is script
> ok 395 ecmaVersion Scripts with 6/restParams/error-no-default should parse correctly when sourceType is script
> ok 396 ecmaVersion Scripts with 6/restParams/error-not-last should parse correctly when sourceType is script
> ok 397 ecmaVersion Scripts with 6/restParams/func-expression-multi should parse correctly when sourceType is script
> ok 398 ecmaVersion Scripts with 6/restParams/func-expression should parse correctly when sourceType is script
> ok 399 ecmaVersion Scripts with 6/restParams/invalid-rest-param should parse correctly when sourceType is script
> ok 400 ecmaVersion Scripts with 6/restParams/single-rest should parse correctly when sourceType is script
> ok 401 ecmaVersion Scripts with 6/spread/error-invalid-if should parse correctly when sourceType is script
> ok 402 ecmaVersion Scripts with 6/spread/error-invalid-sequence should parse correctly when sourceType is script
> ok 403 ecmaVersion Scripts with 6/spread/multi-function-call should parse correctly when sourceType is script
> ok 404 ecmaVersion Scripts with 6/spread/not-final-param should parse correctly when sourceType is script
> ok 405 ecmaVersion Scripts with 6/spread/simple-function-call should parse correctly when sourceType is script
> ok 406 ecmaVersion Scripts with 6/templateStrings-and-unicodeCodePointEscapes/template-strings-unicode-escape should parse correctly when sourceType is script
> ok 407 ecmaVersion Scripts with 6/templateStrings/deeply-nested should parse correctly when sourceType is script
> ok 408 ecmaVersion Scripts with 6/templateStrings/escape-characters should parse correctly when sourceType is script
> ok 409 ecmaVersion Scripts with 6/templateStrings/expressions should parse correctly when sourceType is script
> ok 410 ecmaVersion Scripts with 6/templateStrings/multi-line-template-string should parse correctly when sourceType is script
> ok 411 ecmaVersion Scripts with 6/templateStrings/octal-literal should parse correctly when sourceType is script
> ok 412 ecmaVersion Scripts with 6/templateStrings/simple-template-string should parse correctly when sourceType is script
> ok 413 ecmaVersion Scripts with 6/templateStrings/single-dollar-sign should parse correctly when sourceType is script
> ok 414 ecmaVersion Scripts with 6/templateStrings/tagged-no-placeholders should parse correctly when sourceType is script
> ok 415 ecmaVersion Scripts with 6/templateStrings/tagged-template-string should parse correctly when sourceType is script
> ok 416 ecmaVersion Scripts with 6/unicodeCodePointEscapes/basic-string-literal should parse correctly when sourceType is script
> ok 417 ecmaVersion Scripts with 6/unicodeCodePointEscapes/complex-string-literal should parse correctly when sourceType is script
> ok 418 ecmaVersion Scripts with 6/unicodeCodePointEscapes/identifier should parse correctly when sourceType is script
> ok 419 ecmaVersion Scripts with 6/unicodeCodePointEscapes/invalid-empty-escape should parse correctly when sourceType is script
> ok 420 ecmaVersion Scripts with 6/unicodeCodePointEscapes/invalid-too-large-escape should parse correctly when sourceType is script
> ok 421 ecmaVersion Scripts with 7/error-strict-complex-params should parse correctly when sourceType is script
> ok 422 ecmaVersion Scripts with 7/exponential-plusplus should parse correctly when sourceType is script
> ok 423 ecmaVersion Scripts with 7/exponential-precedence should parse correctly when sourceType is script
> ok 424 ecmaVersion Scripts with 7/exponential-simple should parse correctly when sourceType is script
> ok 425 ecmaVersion Scripts with 7/invalid-exponential-unary should parse correctly when sourceType is script
> ok 426 ecmaVersion Scripts with 8/comma-dangle-arrow should parse correctly when sourceType is script
> ok 427 ecmaVersion Scripts with 8/comma-dangle-class-method should parse correctly when sourceType is script
> ok 428 ecmaVersion Scripts with 8/comma-dangle-expression should parse correctly when sourceType is script
> ok 429 ecmaVersion Scripts with 8/comma-dangle-func should parse correctly when sourceType is script
> ok 430 ecmaVersion Scripts with 8/comma-dangle-method should parse correctly when sourceType is script
> ok 431 ecmaVersion Scripts with 8/comma-dangle should parse correctly when sourceType is script
> ok 432 ecmaVersion Scripts with 8/destructuring-param should parse correctly when sourceType is script
> ok 433 ecmaVersion Scripts with 8/invalid-comma-dangle-method should parse correctly when sourceType is script
> ok 434 ecmaVersion Scripts with 8/not-strict/arrow-func-parens should parse correctly when sourceType is script
> ok 435 ecmaVersion Scripts with 8/not-strict/arrow-func should parse correctly when sourceType is script
> ok 436 ecmaVersion Scripts with 8/not-strict/async-and-no-async should parse correctly when sourceType is script
> ok 437 ecmaVersion Scripts with 8/not-strict/async-arrow-func-destructed-defaults should parse correctly when sourceType is script
> ok 438 ecmaVersion Scripts with 8/not-strict/async-arrow-func-destructed should parse correctly when sourceType is script
> ok 439 ecmaVersion Scripts with 8/not-strict/async-arrow-func-parens-multi should parse correctly when sourceType is script
> ok 440 ecmaVersion Scripts with 8/not-strict/async-arrow-func-parens should parse correctly when sourceType is script
> ok 441 ecmaVersion Scripts with 8/not-strict/async-arrow-func should parse correctly when sourceType is script
> ok 442 ecmaVersion Scripts with 8/not-strict/async-as-property-name should parse correctly when sourceType is script
> ok 443 ecmaVersion Scripts with 8/not-strict/async-await-arrow-expression should parse correctly when sourceType is script
> ok 444 ecmaVersion Scripts with 8/not-strict/async-await-arrow-param should parse correctly when sourceType is script
> ok 445 ecmaVersion Scripts with 8/not-strict/async-await-class-method-param should parse correctly when sourceType is script
> ok 446 ecmaVersion Scripts with 8/not-strict/async-await-destructured-default should parse correctly when sourceType is script
> ok 447 ecmaVersion Scripts with 8/not-strict/async-await-expression-class-method should parse correctly when sourceType is script
> ok 448 ecmaVersion Scripts with 8/not-strict/async-await-function-param should parse correctly when sourceType is script
> ok 449 ecmaVersion Scripts with 8/not-strict/async-await-identifier-math should parse correctly when sourceType is script
> ok 450 ecmaVersion Scripts with 8/not-strict/async-await-inside-parens should parse correctly when sourceType is script
> ok 451 ecmaVersion Scripts with 8/not-strict/async-await-math should parse correctly when sourceType is script
> ok 452 ecmaVersion Scripts with 8/not-strict/async-await-named-object-method should parse correctly when sourceType is script
> ok 453 ecmaVersion Scripts with 8/not-strict/async-await-object-method-param should parse correctly when sourceType is script
> ok 454 ecmaVersion Scripts with 8/not-strict/async-await-object-method should parse correctly when sourceType is script
> ok 455 ecmaVersion Scripts with 8/not-strict/async-await should parse correctly when sourceType is script
> ok 456 ecmaVersion Scripts with 8/not-strict/async-class-method-named-await should parse correctly when sourceType is script
> ok 457 ecmaVersion Scripts with 8/not-strict/async-class-method should parse correctly when sourceType is script
> ok 458 ecmaVersion Scripts with 8/not-strict/async-destructured-assignment should parse correctly when sourceType is script
> ok 459 ecmaVersion Scripts with 8/not-strict/async-expression should parse correctly when sourceType is script
> ok 460 ecmaVersion Scripts with 8/not-strict/async-func should parse correctly when sourceType is script
> ok 461 ecmaVersion Scripts with 8/not-strict/async-named-class-method should parse correctly when sourceType is script
> ok 462 ecmaVersion Scripts with 8/not-strict/async-named-generator-method should parse correctly when sourceType is script
> ok 463 ecmaVersion Scripts with 8/not-strict/async-named-object-method should parse correctly when sourceType is script
> ok 464 ecmaVersion Scripts with 8/not-strict/async-named-static-generator-method should parse correctly when sourceType is script
> ok 465 ecmaVersion Scripts with 8/not-strict/async-named-variable should parse correctly when sourceType is script
> ok 466 ecmaVersion Scripts with 8/not-strict/async-object-method-and-property should parse correctly when sourceType is script
> ok 467 ecmaVersion Scripts with 8/not-strict/async-object-method should parse correctly when sourceType is script
> ok 468 ecmaVersion Scripts with 8/not-strict/async-shorthand-property-1 should parse correctly when sourceType is script
> ok 469 ecmaVersion Scripts with 8/not-strict/async-shorthand-property-2 should parse correctly when sourceType is script
> ok 470 ecmaVersion Scripts with 8/not-strict/async-shorthand-property-3 should parse correctly when sourceType is script
> ok 471 ecmaVersion Scripts with 8/not-strict/async-static-class-method-named-await should parse correctly when sourceType is script
> ok 472 ecmaVersion Scripts with 8/not-strict/async-static-class-method should parse correctly when sourceType is script
> ok 473 ecmaVersion Scripts with 8/not-strict/async-then-arrow should parse correctly when sourceType is script
> ok 474 ecmaVersion Scripts with 8/not-strict/async-wrapped-class-await should parse correctly when sourceType is script
> ok 475 ecmaVersion Scripts with 8/not-strict/async-yield should parse correctly when sourceType is script
> ok 476 ecmaVersion Scripts with 8/not-strict/async should parse correctly when sourceType is script
> ok 477 ecmaVersion Scripts with 8/not-strict/await-identifier-math should parse correctly when sourceType is script
> ok 478 ecmaVersion Scripts with 8/not-strict/class-method should parse correctly when sourceType is script
> ok 479 ecmaVersion Scripts with 8/not-strict/export-async should parse correctly when sourceType is script
> ok 480 ecmaVersion Scripts with 8/not-strict/export-default-async-expression should parse correctly when sourceType is script
> ok 481 ecmaVersion Scripts with 8/not-strict/export-default-async should parse correctly when sourceType is script
> ok 482 ecmaVersion Scripts with 8/not-strict/generator-async-func should parse correctly when sourceType is script
> ok 483 ecmaVersion Scripts with 8/not-strict/invalid-async-await-identifier should parse correctly when sourceType is script
> ok 484 ecmaVersion Scripts with 8/not-strict/invalid-async-await-param should parse correctly when sourceType is script
> ok 485 ecmaVersion Scripts with 8/not-strict/invalid-async-class-broken should parse correctly when sourceType is script
> ok 486 ecmaVersion Scripts with 8/not-strict/invalid-async-class-generator should parse correctly when sourceType is script
> ok 487 ecmaVersion Scripts with 8/not-strict/invalid-async-class-getter should parse correctly when sourceType is script
> ok 488 ecmaVersion Scripts with 8/not-strict/invalid-async-class-method-await should parse correctly when sourceType is script
> ok 489 ecmaVersion Scripts with 8/not-strict/invalid-async-class-method-empty-await should parse correctly when sourceType is script
> ok 490 ecmaVersion Scripts with 8/not-strict/invalid-async-class-setter should parse correctly when sourceType is script
> ok 491 ecmaVersion Scripts with 8/not-strict/invalid-async-constructor should parse correctly when sourceType is script
> ok 492 ecmaVersion Scripts with 8/not-strict/invalid-async-expression-generators should parse correctly when sourceType is script
> ok 493 ecmaVersion Scripts with 8/not-strict/invalid-async-expression-plain-await should parse correctly when sourceType is script
> ok 494 ecmaVersion Scripts with 8/not-strict/invalid-async-expression should parse correctly when sourceType is script
> ok 495 ecmaVersion Scripts with 8/not-strict/invalid-async-generator-expression should parse correctly when sourceType is script
> ok 496 ecmaVersion Scripts with 8/not-strict/invalid-async-generator-method should parse correctly when sourceType is script
> ok 497 ecmaVersion Scripts with 8/not-strict/invalid-async-generator should parse correctly when sourceType is script
> ok 498 ecmaVersion Scripts with 8/not-strict/invalid-async-getter-method-with-params should parse correctly when sourceType is script
> ok 499 ecmaVersion Scripts with 8/not-strict/invalid-async-getter-method should parse correctly when sourceType is script
> ok 500 ecmaVersion Scripts with 8/not-strict/invalid-async-method-await-identifier should parse correctly when sourceType is script
> ok 501 ecmaVersion Scripts with 8/not-strict/invalid-async-method-await-param should parse correctly when sourceType is script
> ok 502 ecmaVersion Scripts with 8/not-strict/invalid-async-method-empty-await should parse correctly when sourceType is script
> ok 503 ecmaVersion Scripts with 8/not-strict/invalid-async-method-expression should parse correctly when sourceType is script
> ok 504 ecmaVersion Scripts with 8/not-strict/invalid-async-method-return-await should parse correctly when sourceType is script
> ok 505 ecmaVersion Scripts with 8/not-strict/invalid-async-object should parse correctly when sourceType is script
> ok 506 ecmaVersion Scripts with 8/not-strict/invalid-async-plain-await should parse correctly when sourceType is script
> ok 507 ecmaVersion Scripts with 8/not-strict/invalid-async-prop should parse correctly when sourceType is script
> ok 508 ecmaVersion Scripts with 8/not-strict/invalid-async-static-method-broken should parse correctly when sourceType is script
> ok 509 ecmaVersion Scripts with 8/not-strict/invalid-await-arrow-param-parens should parse correctly when sourceType is script
> ok 510 ecmaVersion Scripts with 8/not-strict/invalid-await-arrow-param should parse correctly when sourceType is script
> ok 511 ecmaVersion Scripts with 8/not-strict/invalid-await-default should parse correctly when sourceType is script
> ok 512 ecmaVersion Scripts with 8/not-strict/invalid-await-destructured-default should parse correctly when sourceType is script
> ok 513 ecmaVersion Scripts with 8/not-strict/invalid-await-destructured-param should parse correctly when sourceType is script
> ok 514 ecmaVersion Scripts with 8/not-strict/invalid-await-func-expression should parse correctly when sourceType is script
> ok 515 ecmaVersion Scripts with 8/not-strict/invalid-await-identifier-expression should parse correctly when sourceType is script
> ok 516 ecmaVersion Scripts with 8/not-strict/invalid-await-identifier should parse correctly when sourceType is script
> ok 517 ecmaVersion Scripts with 8/not-strict/invalid-await-named-destructured-array-param should parse correctly when sourceType is script
> ok 518 ecmaVersion Scripts with 8/not-strict/invalid-await-named-destructured-param should parse correctly when sourceType is script
> ok 519 ecmaVersion Scripts with 8/not-strict/invalid-await-param-expression should parse correctly when sourceType is script
> ok 520 ecmaVersion Scripts with 8/not-strict/invalid-await-param should parse correctly when sourceType is script
> ok 521 ecmaVersion Scripts with 8/not-strict/invalid-await-top-level should parse correctly when sourceType is script
> ok 522 ecmaVersion Scripts with 8/not-strict/invalid-broken-async-arrow-after-parens should parse correctly when sourceType is script
> ok 523 ecmaVersion Scripts with 8/not-strict/invalid-broken-async-arrow-before-parens should parse correctly when sourceType is script
> ok 524 ecmaVersion Scripts with 8/not-strict/invalid-broken-async-arrow should parse correctly when sourceType is script
> ok 525 ecmaVersion Scripts with 8/not-strict/invalid-broken-async-object-method should parse correctly when sourceType is script
> ok 526 ecmaVersion Scripts with 8/not-strict/invalid-broken-line-async should parse correctly when sourceType is script
> ok 527 ecmaVersion Scripts with 8/not-strict/invalid-class-await-extend should parse correctly when sourceType is script
> ok 528 ecmaVersion Scripts with 8/not-strict/invalid-nested-async should parse correctly when sourceType is script
> ok 529 ecmaVersion Scripts with 8/not-strict/invalid-plain-await-arrow should parse correctly when sourceType is script
> ok 530 ecmaVersion Scripts with 8/not-strict/invalid-plain-await should parse correctly when sourceType is script
> ok 531 ecmaVersion Scripts with 8/not-strict/invalid-static-async-generator should parse correctly when sourceType is script
> ok 532 ecmaVersion Scripts with 8/not-strict/invalid-static-async-getter should parse correctly when sourceType is script
> ok 533 ecmaVersion Scripts with 8/not-strict/invalid-static-async-setter should parse correctly when sourceType is script
> ok 534 ecmaVersion Scripts with 8/not-strict/invalid-yield-default should parse correctly when sourceType is script
> ok 535 ecmaVersion Scripts with 8/not-strict/nested-async-await-method should parse correctly when sourceType is script
> ok 536 ecmaVersion Scripts with 8/not-strict/no-async-expression should parse correctly when sourceType is script
> ok 537 ecmaVersion Scripts with 8/not-strict/no-async should parse correctly when sourceType is script
> ok 538 ecmaVersion Scripts with 8/not-strict/object-method should parse correctly when sourceType is script
> ok 539 ecmaVersion Scripts with 8/not-strict/plain-await should parse correctly when sourceType is script
> ok 540 ecmaVersion Scripts with 8/not-strict/static-async-named-class-method should parse correctly when sourceType is script
> ok 541 ecmaVersion Scripts with 8/var-destructured-array-literal should parse correctly when sourceType is script
> ok 542 ecmaVersion Scripts with 9/async-generator/invalid-await-in-nested-function-1 should parse correctly when sourceType is script
> ok 543 ecmaVersion Scripts with 9/async-generator/invalid-await-in-nested-function-2 should parse correctly when sourceType is script
> ok 544 ecmaVersion Scripts with 9/async-generator/invalid-await-in-nested-function-3 should parse correctly when sourceType is script
> ok 545 ecmaVersion Scripts with 9/async-generator/invalid-await-in-nested-function-4 should parse correctly when sourceType is script
> ok 546 ecmaVersion Scripts with 9/async-generator/invalid-linebreak-after-async-1 should parse correctly when sourceType is script
> ok 547 ecmaVersion Scripts with 9/async-generator/invalid-linebreak-after-async-2 should parse correctly when sourceType is script
> ok 548 ecmaVersion Scripts with 9/async-generator/invalid-star-before-async-1 should parse correctly when sourceType is script
> ok 549 ecmaVersion Scripts with 9/async-generator/invalid-star-before-async-2 should parse correctly when sourceType is script
> ok 550 ecmaVersion Scripts with 9/async-generator/invalid-stars-around-async-1 should parse correctly when sourceType is script
> ok 551 ecmaVersion Scripts with 9/async-generator/invalid-stars-around-async-2 should parse correctly when sourceType is script
> ok 552 ecmaVersion Scripts with 9/async-generator/invalid-yield-in-nested-function-1 should parse correctly when sourceType is script
> ok 553 ecmaVersion Scripts with 9/async-generator/invalid-yield-in-nested-function-2 should parse correctly when sourceType is script
> ok 554 ecmaVersion Scripts with 9/async-generator/invalid-yield-in-nested-function-3 should parse correctly when sourceType is script
> ok 555 ecmaVersion Scripts with 9/async-generator/invalid-yield-in-nested-function-4 should parse correctly when sourceType is script
> ok 556 ecmaVersion Scripts with 9/async-generator/valid-class-method should parse correctly when sourceType is script
> ok 557 ecmaVersion Scripts with 9/async-generator/valid-class-static-method should parse correctly when sourceType is script
> ok 558 ecmaVersion Scripts with 9/async-generator/valid-function-declaration should parse correctly when sourceType is script
> ok 559 ecmaVersion Scripts with 9/async-generator/valid-function-expression should parse correctly when sourceType is script
> ok 560 ecmaVersion Scripts with 9/async-generator/valid-object-method should parse correctly when sourceType is script
> ok 561 ecmaVersion Scripts with 9/for-await-of/invalid-in-arrow-function should parse correctly when sourceType is script
> ok 562 ecmaVersion Scripts with 9/for-await-of/invalid-in-function-declaration should parse correctly when sourceType is script
> ok 563 ecmaVersion Scripts with 9/for-await-of/invalid-in-function-expression should parse correctly when sourceType is script
> ok 564 ecmaVersion Scripts with 9/for-await-of/invalid-in-nested-function should parse correctly when sourceType is script
> ok 565 ecmaVersion Scripts with 9/for-await-of/invalid-on-top-level should parse correctly when sourceType is script
> ok 566 ecmaVersion Scripts with 9/for-await-of/invalid-with-for-1 should parse correctly when sourceType is script
> ok 567 ecmaVersion Scripts with 9/for-await-of/invalid-with-for-2 should parse correctly when sourceType is script
> ok 568 ecmaVersion Scripts with 9/for-await-of/invalid-with-for-3 should parse correctly when sourceType is script
> ok 569 ecmaVersion Scripts with 9/for-await-of/invalid-with-for-in should parse correctly when sourceType is script
> ok 570 ecmaVersion Scripts with 9/for-await-of/valid-in-with-reference should parse correctly when sourceType is script
> ok 571 ecmaVersion Scripts with 9/for-await-of/valid-linebreak-before-await should parse correctly when sourceType is script
> ok 572 ecmaVersion Scripts with 9/for-await-of/valid-no-await-1 should parse correctly when sourceType is script
> ok 573 ecmaVersion Scripts with 9/for-await-of/valid-no-await-2 should parse correctly when sourceType is script
> ok 574 ecmaVersion Scripts with 9/for-await-of/valid-with-async-arrow-function should parse correctly when sourceType is script
> ok 575 ecmaVersion Scripts with 9/for-await-of/valid-with-async-function-expression should parse correctly when sourceType is script
> ok 576 ecmaVersion Scripts with 9/for-await-of/valid-with-async-method-1 should parse correctly when sourceType is script
> ok 577 ecmaVersion Scripts with 9/for-await-of/valid-with-async-method-2 should parse correctly when sourceType is script
> ok 578 ecmaVersion Scripts with 9/for-await-of/valid-with-let should parse correctly when sourceType is script
> ok 579 ecmaVersion Scripts with 9/for-await-of/valid-with-var should parse correctly when sourceType is script
> ok 580 ecmaVersion Scripts with 9/malformed-template-literal/malformed-template-literal-escape should parse correctly when sourceType is script
> ok 581 ecmaVersion Scripts with 9/regexp-lookbehind-assertion/invalid-group should parse correctly when sourceType is script
> ok 582 ecmaVersion Scripts with 9/regexp-lookbehind-assertion/invalid-unterminated-group should parse correctly when sourceType is script
> ok 583 ecmaVersion Scripts with 9/regexp-lookbehind-assertion/valid-negative-1 should parse correctly when sourceType is script
> ok 584 ecmaVersion Scripts with 9/regexp-lookbehind-assertion/valid-negative-2 should parse correctly when sourceType is script
> ok 585 ecmaVersion Scripts with 9/regexp-lookbehind-assertion/valid-positive-1 should parse correctly when sourceType is script
> ok 586 ecmaVersion Scripts with 9/regexp-lookbehind-assertion/valid-positive-2 should parse correctly when sourceType is script
> ok 587 ecmaVersion Scripts with 9/regexp-named-group/invalid-backreference-1 should parse correctly when sourceType is script
> ok 588 ecmaVersion Scripts with 9/regexp-named-group/invalid-backreference-2 should parse correctly when sourceType is script
> ok 589 ecmaVersion Scripts with 9/regexp-named-group/invalid-backreference-3 should parse correctly when sourceType is script
> ok 590 ecmaVersion Scripts with 9/regexp-named-group/invalid-backreference-4 should parse correctly when sourceType is script
> ok 591 ecmaVersion Scripts with 9/regexp-named-group/invalid-group-name-1 should parse correctly when sourceType is script
> ok 592 ecmaVersion Scripts with 9/regexp-named-group/invalid-group-name-2 should parse correctly when sourceType is script
> ok 593 ecmaVersion Scripts with 9/regexp-named-group/invalid-group-name-3 should parse correctly when sourceType is script
> ok 594 ecmaVersion Scripts with 9/regexp-named-group/valid-backreference-1 should parse correctly when sourceType is script
> ok 595 ecmaVersion Scripts with 9/regexp-named-group/valid-backreference-2 should parse correctly when sourceType is script
> ok 596 ecmaVersion Scripts with 9/regexp-named-group/valid-backreference-3 should parse correctly when sourceType is script
> ok 597 ecmaVersion Scripts with 9/regexp-named-group/valid-group should parse correctly when sourceType is script
> ok 598 ecmaVersion Scripts with 9/regexp-named-group/valid-unicode-name-1 should parse correctly when sourceType is script
> ok 599 ecmaVersion Scripts with 9/regexp-named-group/valid-unicode-name-2 should parse correctly when sourceType is script
> ok 600 ecmaVersion Scripts with 9/regexp-s-flag/s-flag should parse correctly when sourceType is script
> ok 601 ecmaVersion Scripts with 9/regexp-unicode-property-escape/invalid-property-1 should parse correctly when sourceType is script
> ok 602 ecmaVersion Scripts with 9/regexp-unicode-property-escape/invalid-property-2 should parse correctly when sourceType is script
> ok 603 ecmaVersion Scripts with 9/regexp-unicode-property-escape/invalid-property-3 should parse correctly when sourceType is script
> ok 604 ecmaVersion Scripts with 9/regexp-unicode-property-escape/invalid-property-4 should parse correctly when sourceType is script
> ok 605 ecmaVersion Scripts with 9/regexp-unicode-property-escape/valid-negative-1 should parse correctly when sourceType is script
> ok 606 ecmaVersion Scripts with 9/regexp-unicode-property-escape/valid-negative-2 should parse correctly when sourceType is script
> ok 607 ecmaVersion Scripts with 9/regexp-unicode-property-escape/valid-positive-1 should parse correctly when sourceType is script
> ok 608 ecmaVersion Scripts with 9/regexp-unicode-property-escape/valid-positive-2 should parse correctly when sourceType is script
> ok 609 ecmaVersion Scripts with 9/rest-property/invalid-array-literal-1 should parse correctly when sourceType is script
> ok 610 ecmaVersion Scripts with 9/rest-property/invalid-array-literal-2 should parse correctly when sourceType is script
> ok 611 ecmaVersion Scripts with 9/rest-property/invalid-array-literal-3 should parse correctly when sourceType is script
> ok 612 ecmaVersion Scripts with 9/rest-property/invalid-duo-1 should parse correctly when sourceType is script
> ok 613 ecmaVersion Scripts with 9/rest-property/invalid-duo-2 should parse correctly when sourceType is script
> ok 614 ecmaVersion Scripts with 9/rest-property/invalid-middle-1 should parse correctly when sourceType is script
> ok 615 ecmaVersion Scripts with 9/rest-property/invalid-middle-2 should parse correctly when sourceType is script
> ok 616 ecmaVersion Scripts with 9/rest-property/invalid-object-literal-1 should parse correctly when sourceType is script
> ok 617 ecmaVersion Scripts with 9/rest-property/invalid-object-literal-2 should parse correctly when sourceType is script
> ok 618 ecmaVersion Scripts with 9/rest-property/invalid-object-literal-3 should parse correctly when sourceType is script
> ok 619 ecmaVersion Scripts with 9/rest-property/invalid-parenthesized-1 should parse correctly when sourceType is script
> ok 620 ecmaVersion Scripts with 9/rest-property/invalid-parenthesized-2 should parse correctly when sourceType is script
> ok 621 ecmaVersion Scripts with 9/rest-property/invalid-parenthesized-3 should parse correctly when sourceType is script
> ok 622 ecmaVersion Scripts with 9/rest-property/invalid-parenthesized-4 should parse correctly when sourceType is script
> ok 623 ecmaVersion Scripts with 9/rest-property/invalid-parenthesized-5 should parse correctly when sourceType is script
> ok 624 ecmaVersion Scripts with 9/rest-property/invalid-parenthesized-6 should parse correctly when sourceType is script
> ok 625 ecmaVersion Scripts with 9/rest-property/invalid-trailing-comma-1 should parse correctly when sourceType is script
> ok 626 ecmaVersion Scripts with 9/rest-property/invalid-trailing-comma-2 should parse correctly when sourceType is script
> ok 627 ecmaVersion Scripts with 9/rest-property/valid-assignment-1 should parse correctly when sourceType is script
> ok 628 ecmaVersion Scripts with 9/rest-property/valid-assignment-2 should parse correctly when sourceType is script
> ok 629 ecmaVersion Scripts with 9/rest-property/valid-assignment-3 should parse correctly when sourceType is script
> ok 630 ecmaVersion Scripts with 9/rest-property/valid-declaration-1 should parse correctly when sourceType is script
> ok 631 ecmaVersion Scripts with 9/rest-property/valid-declaration-2 should parse correctly when sourceType is script
> ok 632 ecmaVersion Scripts with 9/rest-property/valid-declaration-3 should parse correctly when sourceType is script
> ok 633 ecmaVersion Scripts with 9/rest-property/valid-parameter-1 should parse correctly when sourceType is script
> ok 634 ecmaVersion Scripts with 9/rest-property/valid-parameter-2 should parse correctly when sourceType is script
> ok 635 ecmaVersion Scripts with 9/rest-property/valid-parameter-3 should parse correctly when sourceType is script
> ok 636 ecmaVersion Scripts with 9/rest-property/valid-parameter-4 should parse correctly when sourceType is script
> ok 637 ecmaVersion Scripts with 9/spread-property/invalid-dots should parse correctly when sourceType is script
> ok 638 ecmaVersion Scripts with 9/spread-property/valid-1 should parse correctly when sourceType is script
> ok 639 ecmaVersion Scripts with 9/spread-property/valid-2 should parse correctly when sourceType is script
> ok 640 ecmaVersion Scripts with 9/spread-property/valid-a-b-c-parenthesized should parse correctly when sourceType is script
> ok 641 ecmaVersion Scripts with 9/spread-property/valid-a-b-c should parse correctly when sourceType is script
> ok 642 ecmaVersion Scripts with 9/spread-property/valid-complex should parse correctly when sourceType is script
> ok 643 ecmaVersion Scripts with 9/spread-property/valid-parenthesized-1 should parse correctly when sourceType is script
> ok 644 ecmaVersion Scripts with 9/spread-property/valid-trailing-comma should parse correctly when sourceType is script
> ok 645 ecmaVersion Modules with 10/json-superset/invalid-lf should parse correctly when sourceType is module
> not ok 646 ecmaVersion Modules with 10/json-superset/valid-2028 should parse correctly when sourceType is module
>   Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>   AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>       at Object.assertMatches (tests/lib/tester.js:74:16)
>       at Context.<anonymous> (tests/lib/ecma-version.js:97:24)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:681:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:804:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:596:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:606:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:489:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:574:5)
>       at processImmediate (internal/timers.js:461:21)
> not ok 647 ecmaVersion Modules with 10/json-superset/valid-2029 should parse correctly when sourceType is module
>   Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>   AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
>   + actual - expected ... Lines skipped
>   
>     {
>       body: [
>   ...
>                 loc: {
>                   end: {
>   +                 column: 1,
>   +                 line: 2
>   -                 column: 11,
>   -                 line: 1
>                   },
>                   start: {
>   ...
>               loc: {
>                 end: {
>   +               column: 1,
>   +               line: 2
>   -               column: 11,
>   -               line: 1
>                 },
>                 start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>             start: {
>   ...
>       loc: {
>         end: {
>   +       column: 1,
>   +       line: 2
>   -       column: 11,
>   -       line: 1
>         },
>         start: {
>   ...
>           loc: {
>             end: {
>   +           column: 1,
>   +           line: 2
>   -           column: 11,
>   -           line: 1
>             },
>   ...
>       ],
>       type: 'Program'
>     }
>       at Object.assertMatches (tests/lib/tester.js:74:16)
>       at Context.<anonymous> (tests/lib/ecma-version.js:97:24)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:681:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:804:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:596:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:606:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:489:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:574:5)
>       at processImmediate (internal/timers.js:461:21)
> ok 648 ecmaVersion Modules with 10/optional-catch-binding/invalid-01 should parse correctly when sourceType is module
> ok 649 ecmaVersion Modules with 10/optional-catch-binding/invalid-02 should parse correctly when sourceType is module
> ok 650 ecmaVersion Modules with 10/optional-catch-binding/valid-01 should parse correctly when sourceType is module
> ok 651 ecmaVersion Modules with 10/optional-catch-binding/valid-02 should parse correctly when sourceType is module
> ok 652 ecmaVersion Modules with 11/bigint/binary should parse correctly when sourceType is module
> ok 653 ecmaVersion Modules with 11/bigint/decimal should parse correctly when sourceType is module
> ok 654 ecmaVersion Modules with 11/bigint/hex should parse correctly when sourceType is module
> ok 655 ecmaVersion Modules with 11/bigint/invalid-float should parse correctly when sourceType is module
> ok 656 ecmaVersion Modules with 11/bigint/octal should parse correctly when sourceType is module
> ok 657 ecmaVersion Modules with 11/dynamic-import/basic should parse correctly when sourceType is module
> ok 658 ecmaVersion Modules with 11/dynamic-import/first-of-statement should parse correctly when sourceType is module
> ok 659 ecmaVersion Modules with 11/dynamic-import/invalid-import-prop should parse correctly when sourceType is module
> ok 660 ecmaVersion Modules with 11/dynamic-import/invalid-multi-sources should parse correctly when sourceType is module
> ok 661 ecmaVersion Modules with 11/dynamic-import/invalid-new-import should parse correctly when sourceType is module
> ok 662 ecmaVersion Modules with 11/dynamic-import/invalid-no-source should parse correctly when sourceType is module
> ok 663 ecmaVersion Modules with 11/dynamic-import/invalid-only-import should parse correctly when sourceType is module
> ok 664 ecmaVersion Modules with 11/dynamic-import/invalid-trailing-comma should parse correctly when sourceType is module
> ok 665 ecmaVersion Modules with 11/dynamic-import/invalid-wrap-import should parse correctly when sourceType is module
> ok 666 ecmaVersion Modules with 11/dynamic-import/new-import should parse correctly when sourceType is module
> ok 667 ecmaVersion Modules with 11/dynamic-import/with-assign should parse correctly when sourceType is module
> ok 668 ecmaVersion Modules with 11/dynamic-import/with-sequence should parse correctly when sourceType is module
> ok 669 ecmaVersion Modules with 11/modules/export-star-as-ns-from-source/export-star-as-ns should parse correctly when sourceType is module
> ok 670 ecmaVersion Modules with 11/modules/export-star-as-ns-from-source/export-star should parse correctly when sourceType is module
> ok 671 ecmaVersion Modules with 11/modules/import-meta/import-meta should parse correctly when sourceType is module
> ok 672 ecmaVersion Modules with 11/modules/import-meta/invalid-not-meta should parse correctly when sourceType is module
> ok 673 ecmaVersion Modules with 11/modules/import-meta/invalid-unicode-sequence should parse correctly when sourceType is module
> ok 674 ecmaVersion Modules with 11/nullish-coalescing/invalid-qq-with-logical-or-1 should parse correctly when sourceType is module
> ok 675 ecmaVersion Modules with 11/nullish-coalescing/invalid-qq-with-logical-or-2 should parse correctly when sourceType is module
> ok 676 ecmaVersion Modules with 11/nullish-coalescing/one-qq should parse correctly when sourceType is module
> ok 677 ecmaVersion Modules with 11/nullish-coalescing/qq-in-ternary should parse correctly when sourceType is module
> ok 678 ecmaVersion Modules with 11/nullish-coalescing/qq-with-bitwise-or should parse correctly when sourceType is module
> ok 679 ecmaVersion Modules with 11/nullish-coalescing/qq-with-logical-or-1 should parse correctly when sourceType is module
> ok 680 ecmaVersion Modules with 11/nullish-coalescing/qq-with-logical-or-2 should parse correctly when sourceType is module
> ok 681 ecmaVersion Modules with 11/nullish-coalescing/two-qq should parse correctly when sourceType is module
> ok 682 ecmaVersion Modules with 11/optional-chaining/async-qdot-call should parse correctly when sourceType is module
> ok 683 ecmaVersion Modules with 11/optional-chaining/chaining1 should parse correctly when sourceType is module
> ok 684 ecmaVersion Modules with 11/optional-chaining/chaining2 should parse correctly when sourceType is module
> ok 685 ecmaVersion Modules with 11/optional-chaining/chaining3 should parse correctly when sourceType is module
> ok 686 ecmaVersion Modules with 11/optional-chaining/invalid-assign should parse correctly when sourceType is module
> ok 687 ecmaVersion Modules with 11/optional-chaining/invalid-async-qdot-call should parse correctly when sourceType is module
> ok 688 ecmaVersion Modules with 11/optional-chaining/invalid-binding-in-for-in should parse correctly when sourceType is module
> ok 689 ecmaVersion Modules with 11/optional-chaining/invalid-chaining-assign should parse correctly when sourceType is module
> ok 690 ecmaVersion Modules with 11/optional-chaining/invalid-chaining-binding-in-for-in should parse correctly when sourceType is module
> ok 691 ecmaVersion Modules with 11/optional-chaining/invalid-chaining-increment should parse correctly when sourceType is module
> ok 692 ecmaVersion Modules with 11/optional-chaining/invalid-chaining-new should parse correctly when sourceType is module
> ok 693 ecmaVersion Modules with 11/optional-chaining/invalid-chaining-template should parse correctly when sourceType is module
> ok 694 ecmaVersion Modules with 11/optional-chaining/invalid-increment should parse correctly when sourceType is module
> ok 695 ecmaVersion Modules with 11/optional-chaining/invalid-new should parse correctly when sourceType is module
> ok 696 ecmaVersion Modules with 11/optional-chaining/invalid-qdot-num should parse correctly when sourceType is module
> ok 697 ecmaVersion Modules with 11/optional-chaining/invalid-template should parse correctly when sourceType is module
> ok 698 ecmaVersion Modules with 11/optional-chaining/non-optional should parse correctly when sourceType is module
> ok 699 ecmaVersion Modules with 11/optional-chaining/parenthesized-chaining1 should parse correctly when sourceType is module
> ok 700 ecmaVersion Modules with 11/optional-chaining/parenthesized-chaining2 should parse correctly when sourceType is module
> ok 701 ecmaVersion Modules with 11/optional-chaining/parenthesized-chaining3 should parse correctly when sourceType is module
> ok 702 ecmaVersion Modules with 11/optional-chaining/qdot-call should parse correctly when sourceType is module
> ok 703 ecmaVersion Modules with 11/optional-chaining/qdot should parse correctly when sourceType is module
> ok 704 ecmaVersion Modules with 12/logical-assignment-operators/and should parse correctly when sourceType is module
> ok 705 ecmaVersion Modules with 12/logical-assignment-operators/coalesce should parse correctly when sourceType is module
> ok 706 ecmaVersion Modules with 12/logical-assignment-operators/mix should parse correctly when sourceType is module
> ok 707 ecmaVersion Modules with 12/logical-assignment-operators/or should parse correctly when sourceType is module
> ok 708 ecmaVersion Modules with 12/numeric-separators/bigint should parse correctly when sourceType is module
> ok 709 ecmaVersion Modules with 12/numeric-separators/binary should parse correctly when sourceType is module
> ok 710 ecmaVersion Modules with 12/numeric-separators/decimal should parse correctly when sourceType is module
> ok 711 ecmaVersion Modules with 12/numeric-separators/exponent should parse correctly when sourceType is module
> ok 712 ecmaVersion Modules with 12/numeric-separators/fraction should parse correctly when sourceType is module
> ok 713 ecmaVersion Modules with 12/numeric-separators/hex should parse correctly when sourceType is module
> ok 714 ecmaVersion Modules with 12/numeric-separators/invalid-at-first should parse correctly when sourceType is module
> ok 715 ecmaVersion Modules with 12/numeric-separators/invalid-at-last should parse correctly when sourceType is module
> ok 716 ecmaVersion Modules with 12/numeric-separators/invalid-double-sep should parse correctly when sourceType is module
> ok 717 ecmaVersion Modules with 12/numeric-separators/invalid-legacy-octal should parse correctly when sourceType is module
> ok 718 ecmaVersion Modules with 12/numeric-separators/octal should parse correctly when sourceType is module
> ok 719 ecmaVersion Modules with 12/numeric-separators/starts-with-dot should parse correctly when sourceType is module
> ok 720 ecmaVersion Modules with 6/arrowFunctions/as-param-with-params should parse correctly when sourceType is module
> ok 721 ecmaVersion Modules with 6/arrowFunctions/as-param should parse correctly when sourceType is module
> ok 722 ecmaVersion Modules with 6/arrowFunctions/basic should parse correctly when sourceType is module
> ok 723 ecmaVersion Modules with 6/arrowFunctions/block-body-not-object should parse correctly when sourceType is module
> ok 724 ecmaVersion Modules with 6/arrowFunctions/block-body should parse correctly when sourceType is module
> ok 725 ecmaVersion Modules with 6/arrowFunctions/error-dup-params should parse correctly when sourceType is module
> ok 726 ecmaVersion Modules with 6/arrowFunctions/error-missing-paren should parse correctly when sourceType is module
> ok 727 ecmaVersion Modules with 6/arrowFunctions/error-not-arrow should parse correctly when sourceType is module
> ok 728 ecmaVersion Modules with 6/arrowFunctions/error-numeric-param-multi should parse correctly when sourceType is module
> ok 729 ecmaVersion Modules with 6/arrowFunctions/error-numeric-param should parse correctly when sourceType is module
> ok 730 ecmaVersion Modules with 6/arrowFunctions/error-reverse-arrow should parse correctly when sourceType is module
> ok 731 ecmaVersion Modules with 6/arrowFunctions/error-strict-default-param-eval should parse correctly when sourceType is module
> ok 732 ecmaVersion Modules with 6/arrowFunctions/error-strict-dup-params should parse correctly when sourceType is module
> ok 733 ecmaVersion Modules with 6/arrowFunctions/error-strict-eval-return should parse correctly when sourceType is module
> ok 734 ecmaVersion Modules with 6/arrowFunctions/error-strict-eval should parse correctly when sourceType is module
> ok 735 ecmaVersion Modules with 6/arrowFunctions/error-strict-octal should parse correctly when sourceType is module
> ok 736 ecmaVersion Modules with 6/arrowFunctions/error-strict-param-arguments should parse correctly when sourceType is module
> ok 737 ecmaVersion Modules with 6/arrowFunctions/error-strict-param-eval should parse correctly when sourceType is module
> ok 738 ecmaVersion Modules with 6/arrowFunctions/error-strict-param-names should parse correctly when sourceType is module
> ok 739 ecmaVersion Modules with 6/arrowFunctions/error-strict-param-no-paren-arguments should parse correctly when sourceType is module
> ok 740 ecmaVersion Modules with 6/arrowFunctions/error-strict-param-no-paren-eval should parse correctly when sourceType is module
> ok 741 ecmaVersion Modules with 6/arrowFunctions/error-two-lines should parse correctly when sourceType is module
> ok 742 ecmaVersion Modules with 6/arrowFunctions/error-wrapped-param should parse correctly when sourceType is module
> ok 743 ecmaVersion Modules with 6/arrowFunctions/expression should parse correctly when sourceType is module
> ok 744 ecmaVersion Modules with 6/arrowFunctions/iife should parse correctly when sourceType is module
> ok 745 ecmaVersion Modules with 6/arrowFunctions/multiple-params should parse correctly when sourceType is module
> ok 746 ecmaVersion Modules with 6/arrowFunctions/no-auto-return should parse correctly when sourceType is module
> ok 747 ecmaVersion Modules with 6/arrowFunctions/return-arrow-function should parse correctly when sourceType is module
> ok 748 ecmaVersion Modules with 6/arrowFunctions/return-sequence should parse correctly when sourceType is module
> ok 749 ecmaVersion Modules with 6/arrowFunctions/single-param-parens should parse correctly when sourceType is module
> ok 750 ecmaVersion Modules with 6/arrowFunctions/single-param-return-identifier should parse correctly when sourceType is module
> ok 751 ecmaVersion Modules with 6/arrowFunctions/single-param should parse correctly when sourceType is module
> ok 752 ecmaVersion Modules with 6/binaryLiterals/invalid should parse correctly when sourceType is module
> ok 753 ecmaVersion Modules with 6/binaryLiterals/lowercase should parse correctly when sourceType is module
> ok 754 ecmaVersion Modules with 6/binaryLiterals/uppercase should parse correctly when sourceType is module
> ok 755 ecmaVersion Modules with 6/blockBindings/const should parse correctly when sourceType is module
> ok 756 ecmaVersion Modules with 6/blockBindings/let-in-switchcase should parse correctly when sourceType is module
> ok 757 ecmaVersion Modules with 6/blockBindings/let should parse correctly when sourceType is module
> ok 758 ecmaVersion Modules with 6/classes-and-generators/classes-and-generators should parse correctly when sourceType is module
> ok 759 ecmaVersion Modules with 6/classes-and-generators/computed-generator should parse correctly when sourceType is module
> ok 760 ecmaVersion Modules with 6/classes-and-generators/static-generators should parse correctly when sourceType is module
> ok 761 ecmaVersion Modules with 6/classes/class-accessor-properties should parse correctly when sourceType is module
> ok 762 ecmaVersion Modules with 6/classes/class-computed-static-method should parse correctly when sourceType is module
> ok 763 ecmaVersion Modules with 6/classes/class-expression should parse correctly when sourceType is module
> ok 764 ecmaVersion Modules with 6/classes/class-method-named-prototype should parse correctly when sourceType is module
> ok 765 ecmaVersion Modules with 6/classes/class-method-named-static should parse correctly when sourceType is module
> ok 766 ecmaVersion Modules with 6/classes/class-one-method-super should parse correctly when sourceType is module
> ok 767 ecmaVersion Modules with 6/classes/class-one-method should parse correctly when sourceType is module
> ok 768 ecmaVersion Modules with 6/classes/class-static-method-named-prototype should parse correctly when sourceType is module
> ok 769 ecmaVersion Modules with 6/classes/class-static-method-named-static should parse correctly when sourceType is module
> ok 770 ecmaVersion Modules with 6/classes/class-static-method should parse correctly when sourceType is module
> ok 771 ecmaVersion Modules with 6/classes/class-static-methods-and-accessor-properties should parse correctly when sourceType is module
> ok 772 ecmaVersion Modules with 6/classes/class-two-computed-static-methods should parse correctly when sourceType is module
> ok 773 ecmaVersion Modules with 6/classes/class-two-methods-computed-constructor should parse correctly when sourceType is module
> ok 774 ecmaVersion Modules with 6/classes/class-two-methods-semi should parse correctly when sourceType is module
> ok 775 ecmaVersion Modules with 6/classes/class-two-methods-three-semi should parse correctly when sourceType is module
> ok 776 ecmaVersion Modules with 6/classes/class-two-methods-two-semi should parse correctly when sourceType is module
> ok 777 ecmaVersion Modules with 6/classes/class-two-methods should parse correctly when sourceType is module
> ok 778 ecmaVersion Modules with 6/classes/class-two-static-methods-named-constructor should parse correctly when sourceType is module
> ok 779 ecmaVersion Modules with 6/classes/class-with-constructor should parse correctly when sourceType is module
> ok 780 ecmaVersion Modules with 6/classes/derived-class-assign-to-var should parse correctly when sourceType is module
> ok 781 ecmaVersion Modules with 6/classes/derived-class-expression should parse correctly when sourceType is module
> ok 782 ecmaVersion Modules with 6/classes/empty-class-double-semi should parse correctly when sourceType is module
> ok 783 ecmaVersion Modules with 6/classes/empty-class-semi should parse correctly when sourceType is module
> ok 784 ecmaVersion Modules with 6/classes/empty-class should parse correctly when sourceType is module
> ok 785 ecmaVersion Modules with 6/classes/empty-literal-derived-class should parse correctly when sourceType is module
> ok 786 ecmaVersion Modules with 6/classes/invalid-class-declaration should parse correctly when sourceType is module
> ok 787 ecmaVersion Modules with 6/classes/invalid-class-setter-declaration should parse correctly when sourceType is module
> ok 788 ecmaVersion Modules with 6/classes/named-class-expression should parse correctly when sourceType is module
> ok 789 ecmaVersion Modules with 6/classes/named-derived-class-expression should parse correctly when sourceType is module
> ok 790 ecmaVersion Modules with 6/defaultParams-and-arrowFunctions/default-param-arrow should parse correctly when sourceType is module
> ok 791 ecmaVersion Modules with 6/defaultParams-and-arrowFunctions/default-param should parse correctly when sourceType is module
> ok 792 ecmaVersion Modules with 6/defaultParams/declaration should parse correctly when sourceType is module
> ok 793 ecmaVersion Modules with 6/defaultParams/expression should parse correctly when sourceType is module
> ok 794 ecmaVersion Modules with 6/defaultParams/method should parse correctly when sourceType is module
> ok 795 ecmaVersion Modules with 6/defaultParams/not-all-params should parse correctly when sourceType is module
> ok 796 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/arrow-param-array should parse correctly when sourceType is module
> ok 797 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/arrow-param-nested-array should parse correctly when sourceType is module
> ok 798 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/arrow-param-nested-object-named should parse correctly when sourceType is module
> ok 799 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/arrow-param-nested-object should parse correctly when sourceType is module
> ok 800 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/arrow-param-object should parse correctly when sourceType is module
> ok 801 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/param-defaults-array should parse correctly when sourceType is module
> ok 802 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/param-defaults-object-nested should parse correctly when sourceType is module
> ok 803 ecmaVersion Modules with 6/destructuring-and-arrowFunctions/param-defaults-object should parse correctly when sourceType is module
> ok 804 ecmaVersion Modules with 6/destructuring-and-blockBindings/array-const-undefined should parse correctly when sourceType is module
> ok 805 ecmaVersion Modules with 6/destructuring-and-blockBindings/array-let-undefined should parse correctly when sourceType is module
> ok 806 ecmaVersion Modules with 6/destructuring-and-blockBindings/object-const-named should parse correctly when sourceType is module
> ok 807 ecmaVersion Modules with 6/destructuring-and-blockBindings/object-const-undefined should parse correctly when sourceType is module
> ok 808 ecmaVersion Modules with 6/destructuring-and-blockBindings/object-let-named should parse correctly when sourceType is module
> ok 809 ecmaVersion Modules with 6/destructuring-and-blockBindings/object-let-undefined should parse correctly when sourceType is module
> ok 810 ecmaVersion Modules with 6/destructuring-and-defaultParams/param-array should parse correctly when sourceType is module
> ok 811 ecmaVersion Modules with 6/destructuring-and-defaultParams/param-object-short should parse correctly when sourceType is module
> ok 812 ecmaVersion Modules with 6/destructuring-and-defaultParams/param-object should parse correctly when sourceType is module
> ok 813 ecmaVersion Modules with 6/destructuring-and-forOf/loop should parse correctly when sourceType is module
> ok 814 ecmaVersion Modules with 6/destructuring-and-spread/complex-destructured should parse correctly when sourceType is module
> ok 815 ecmaVersion Modules with 6/destructuring-and-spread/destructured-array-literal should parse correctly when sourceType is module
> ok 816 ecmaVersion Modules with 6/destructuring-and-spread/error-complex-destructured-spread-first should parse correctly when sourceType is module
> ok 817 ecmaVersion Modules with 6/destructuring-and-spread/invalid-not-final-array-empty should parse correctly when sourceType is module
> ok 818 ecmaVersion Modules with 6/destructuring-and-spread/multi-destructured should parse correctly when sourceType is module
> ok 819 ecmaVersion Modules with 6/destructuring-and-spread/not-final-array should parse correctly when sourceType is module
> ok 820 ecmaVersion Modules with 6/destructuring-and-spread/single-destructured should parse correctly when sourceType is module
> ok 821 ecmaVersion Modules with 6/destructuring-and-spread/var-complex-destructured should parse correctly when sourceType is module
> ok 822 ecmaVersion Modules with 6/destructuring-and-spread/var-multi-destructured should parse correctly when sourceType is module
> ok 823 ecmaVersion Modules with 6/destructuring-and-spread/var-single-destructured should parse correctly when sourceType is module
> ok 824 ecmaVersion Modules with 6/destructuring/array-member should parse correctly when sourceType is module
> ok 825 ecmaVersion Modules with 6/destructuring/array-to-array should parse correctly when sourceType is module
> ok 826 ecmaVersion Modules with 6/destructuring/array-var-undefined should parse correctly when sourceType is module
> ok 827 ecmaVersion Modules with 6/destructuring/defaults-array-all should parse correctly when sourceType is module
> ok 828 ecmaVersion Modules with 6/destructuring/defaults-array-longform-nested-multi should parse correctly when sourceType is module
> ok 829 ecmaVersion Modules with 6/destructuring/defaults-array-multi should parse correctly when sourceType is module
> ok 830 ecmaVersion Modules with 6/destructuring/defaults-array-nested-all should parse correctly when sourceType is module
> ok 831 ecmaVersion Modules with 6/destructuring/defaults-array-nested-multi should parse correctly when sourceType is module
> ok 832 ecmaVersion Modules with 6/destructuring/defaults-array should parse correctly when sourceType is module
> ok 833 ecmaVersion Modules with 6/destructuring/defaults-object-all should parse correctly when sourceType is module
> ok 834 ecmaVersion Modules with 6/destructuring/defaults-object-longform-all should parse correctly when sourceType is module
> ok 835 ecmaVersion Modules with 6/destructuring/defaults-object-longform-multi should parse correctly when sourceType is module
> ok 836 ecmaVersion Modules with 6/destructuring/defaults-object-longform should parse correctly when sourceType is module
> ok 837 ecmaVersion Modules with 6/destructuring/defaults-object-mixed-multi should parse correctly when sourceType is module
> ok 838 ecmaVersion Modules with 6/destructuring/defaults-object-multi should parse correctly when sourceType is module
> ok 839 ecmaVersion Modules with 6/destructuring/defaults-object-nested-all should parse correctly when sourceType is module
> ok 840 ecmaVersion Modules with 6/destructuring/defaults-object-nested-multi should parse correctly when sourceType is module
> ok 841 ecmaVersion Modules with 6/destructuring/defaults-object should parse correctly when sourceType is module
> ok 842 ecmaVersion Modules with 6/destructuring/destructured-array-catch should parse correctly when sourceType is module
> ok 843 ecmaVersion Modules with 6/destructuring/destructured-object-catch should parse correctly when sourceType is module
> ok 844 ecmaVersion Modules with 6/destructuring/invalid-defaults-object-assign should parse correctly when sourceType is module
> ok 845 ecmaVersion Modules with 6/destructuring/named-param should parse correctly when sourceType is module
> ok 846 ecmaVersion Modules with 6/destructuring/nested-array should parse correctly when sourceType is module
> ok 847 ecmaVersion Modules with 6/destructuring/nested-object should parse correctly when sourceType is module
> ok 848 ecmaVersion Modules with 6/destructuring/object-var-named should parse correctly when sourceType is module
> ok 849 ecmaVersion Modules with 6/destructuring/object-var-undefined should parse correctly when sourceType is module
> ok 850 ecmaVersion Modules with 6/destructuring/param-defaults-array should parse correctly when sourceType is module
> ok 851 ecmaVersion Modules with 6/destructuring/param-defaults-object-nested should parse correctly when sourceType is module
> ok 852 ecmaVersion Modules with 6/destructuring/param-defaults-object should parse correctly when sourceType is module
> ok 853 ecmaVersion Modules with 6/destructuring/params-array-wrapped should parse correctly when sourceType is module
> ok 854 ecmaVersion Modules with 6/destructuring/params-array should parse correctly when sourceType is module
> ok 855 ecmaVersion Modules with 6/destructuring/params-multi-object should parse correctly when sourceType is module
> ok 856 ecmaVersion Modules with 6/destructuring/params-nested-array should parse correctly when sourceType is module
> ok 857 ecmaVersion Modules with 6/destructuring/params-nested-object should parse correctly when sourceType is module
> ok 858 ecmaVersion Modules with 6/destructuring/params-object-wrapped should parse correctly when sourceType is module
> ok 859 ecmaVersion Modules with 6/destructuring/params-object should parse correctly when sourceType is module
> ok 860 ecmaVersion Modules with 6/destructuring/sparse-array should parse correctly when sourceType is module
> ok 861 ecmaVersion Modules with 6/forOf-and-blockBindings/for-of-with-const-and-no-braces should parse correctly when sourceType is module
> ok 862 ecmaVersion Modules with 6/forOf-and-blockBindings/for-of-with-let-and-no-braces should parse correctly when sourceType is module
> ok 863 ecmaVersion Modules with 6/forOf/for-of-with-function-initializer should parse correctly when sourceType is module
> ok 864 ecmaVersion Modules with 6/forOf/for-of-with-var-and-braces should parse correctly when sourceType is module
> ok 865 ecmaVersion Modules with 6/forOf/for-of-with-var-and-no-braces should parse correctly when sourceType is module
> ok 866 ecmaVersion Modules with 6/generators/anonymous-generator should parse correctly when sourceType is module
> ok 867 ecmaVersion Modules with 6/generators/double-yield should parse correctly when sourceType is module
> ok 868 ecmaVersion Modules with 6/generators/empty-generator-declaration should parse correctly when sourceType is module
> ok 869 ecmaVersion Modules with 6/generators/generator-declaration should parse correctly when sourceType is module
> ok 870 ecmaVersion Modules with 6/generators/yield-delegation should parse correctly when sourceType is module
> ok 871 ecmaVersion Modules with 6/generators/yield-without-value-in-call should parse correctly when sourceType is module
> ok 872 ecmaVersion Modules with 6/generators/yield-without-value-no-semi should parse correctly when sourceType is module
> ok 873 ecmaVersion Modules with 6/generators/yield-without-value should parse correctly when sourceType is module
> ok 874 ecmaVersion Modules with 6/modules-and-blockBindings/export-const-number should parse correctly when sourceType is module
> ok 875 ecmaVersion Modules with 6/modules-and-blockBindings/export-const-object should parse correctly when sourceType is module
> ok 876 ecmaVersion Modules with 6/modules-and-blockBindings/export-let-number should parse correctly when sourceType is module
> ok 877 ecmaVersion Modules with 6/modules-and-blockBindings/export-let-object should parse correctly when sourceType is module
> ok 878 ecmaVersion Modules with 6/modules-and-blockBindings/export-let should parse correctly when sourceType is module
> ok 879 ecmaVersion Modules with 6/modules-and-classes/class-default-anonymous-extends should parse correctly when sourceType is module
> ok 880 ecmaVersion Modules with 6/modules-and-classes/class-default-anonymous should parse correctly when sourceType is module
> ok 881 ecmaVersion Modules with 6/modules-and-classes/class-default-extends should parse correctly when sourceType is module
> ok 882 ecmaVersion Modules with 6/modules-and-classes/class-default should parse correctly when sourceType is module
> ok 883 ecmaVersion Modules with 6/modules-and-classes/class-extends should parse correctly when sourceType is module
> ok 884 ecmaVersion Modules with 6/modules-and-classes/class should parse correctly when sourceType is module
> ok 885 ecmaVersion Modules with 6/modules/error-delete should parse correctly when sourceType is module
> ok 886 ecmaVersion Modules with 6/modules/error-function should parse correctly when sourceType is module
> ok 887 ecmaVersion Modules with 6/modules/error-strict should parse correctly when sourceType is module
> ok 888 ecmaVersion Modules with 6/modules/export-default-array should parse correctly when sourceType is module
> ok 889 ecmaVersion Modules with 6/modules/export-default-expression should parse correctly when sourceType is module
> ok 890 ecmaVersion Modules with 6/modules/export-default-function should parse correctly when sourceType is module
> ok 891 ecmaVersion Modules with 6/modules/export-default-named-function should parse correctly when sourceType is module
> ok 892 ecmaVersion Modules with 6/modules/export-default-number should parse correctly when sourceType is module
> ok 893 ecmaVersion Modules with 6/modules/export-default-object should parse correctly when sourceType is module
> ok 894 ecmaVersion Modules with 6/modules/export-default-parenthesized-class should parse correctly when sourceType is module
> ok 895 ecmaVersion Modules with 6/modules/export-default-parenthesized-function should parse correctly when sourceType is module
> ok 896 ecmaVersion Modules with 6/modules/export-default-value should parse correctly when sourceType is module
> ok 897 ecmaVersion Modules with 6/modules/export-from-batch should parse correctly when sourceType is module
> ok 898 ecmaVersion Modules with 6/modules/export-from-default should parse correctly when sourceType is module
> ok 899 ecmaVersion Modules with 6/modules/export-from-named-as-default should parse correctly when sourceType is module
> ok 900 ecmaVersion Modules with 6/modules/export-from-named-as-specifier should parse correctly when sourceType is module
> ok 901 ecmaVersion Modules with 6/modules/export-from-named-as-specifiers should parse correctly when sourceType is module
> ok 902 ecmaVersion Modules with 6/modules/export-from-specifier should parse correctly when sourceType is module
> ok 903 ecmaVersion Modules with 6/modules/export-from-specifiers should parse correctly when sourceType is module
> ok 904 ecmaVersion Modules with 6/modules/export-function should parse correctly when sourceType is module
> ok 905 ecmaVersion Modules with 6/modules/export-named-as-default should parse correctly when sourceType is module
> ok 906 ecmaVersion Modules with 6/modules/export-named-as-specifier should parse correctly when sourceType is module
> ok 907 ecmaVersion Modules with 6/modules/export-named-as-specifiers should parse correctly when sourceType is module
> ok 908 ecmaVersion Modules with 6/modules/export-named-empty should parse correctly when sourceType is module
> ok 909 ecmaVersion Modules with 6/modules/export-named-specifier should parse correctly when sourceType is module
> ok 910 ecmaVersion Modules with 6/modules/export-named-specifiers-comma should parse correctly when sourceType is module
> ok 911 ecmaVersion Modules with 6/modules/export-named-specifiers should parse correctly when sourceType is module
> ok 912 ecmaVersion Modules with 6/modules/export-var-anonymous-function should parse correctly when sourceType is module
> ok 913 ecmaVersion Modules with 6/modules/export-var-number should parse correctly when sourceType is module
> ok 914 ecmaVersion Modules with 6/modules/export-var should parse correctly when sourceType is module
> ok 915 ecmaVersion Modules with 6/modules/import-default-and-named-specifiers should parse correctly when sourceType is module
> ok 916 ecmaVersion Modules with 6/modules/import-default-and-namespace-specifiers should parse correctly when sourceType is module
> ok 917 ecmaVersion Modules with 6/modules/import-default-as should parse correctly when sourceType is module
> ok 918 ecmaVersion Modules with 6/modules/import-default should parse correctly when sourceType is module
> ok 919 ecmaVersion Modules with 6/modules/import-jquery should parse correctly when sourceType is module
> ok 920 ecmaVersion Modules with 6/modules/import-module should parse correctly when sourceType is module
> ok 921 ecmaVersion Modules with 6/modules/import-named-as-specifier-keyword should parse correctly when sourceType is module
> ok 922 ecmaVersion Modules with 6/modules/import-named-as-specifier should parse correctly when sourceType is module
> ok 923 ecmaVersion Modules with 6/modules/import-named-as-specifiers should parse correctly when sourceType is module
> ok 924 ecmaVersion Modules with 6/modules/import-named-empty should parse correctly when sourceType is module
> ok 925 ecmaVersion Modules with 6/modules/import-named-specifier should parse correctly when sourceType is module
> ok 926 ecmaVersion Modules with 6/modules/import-named-specifiers-comma should parse correctly when sourceType is module
> ok 927 ecmaVersion Modules with 6/modules/import-named-specifiers should parse correctly when sourceType is module
> ok 928 ecmaVersion Modules with 6/modules/import-namespace-specifier should parse correctly when sourceType is module
> ok 929 ecmaVersion Modules with 6/modules/import-null-as-nil should parse correctly when sourceType is module
> ok 930 ecmaVersion Modules with 6/modules/invalid-await should parse correctly when sourceType is module
> ok 931 ecmaVersion Modules with 6/modules/invalid-export-batch-missing-from-clause should parse correctly when sourceType is module
> ok 932 ecmaVersion Modules with 6/modules/invalid-export-batch-token should parse correctly when sourceType is module
> ok 933 ecmaVersion Modules with 6/modules/invalid-export-default-equal should parse correctly when sourceType is module
> ok 934 ecmaVersion Modules with 6/modules/invalid-export-default-token should parse correctly when sourceType is module
> ok 935 ecmaVersion Modules with 6/modules/invalid-export-default should parse correctly when sourceType is module
> ok 936 ecmaVersion Modules with 6/modules/invalid-export-named-default should parse correctly when sourceType is module
> ok 937 ecmaVersion Modules with 6/modules/invalid-export-named-extra-comma should parse correctly when sourceType is module
> ok 938 ecmaVersion Modules with 6/modules/invalid-export-named-middle-comma should parse correctly when sourceType is module
> ok 939 ecmaVersion Modules with 6/modules/invalid-import-default-after-named-after-default should parse correctly when sourceType is module
> ok 940 ecmaVersion Modules with 6/modules/invalid-import-default-after-named should parse correctly when sourceType is module
> ok 941 ecmaVersion Modules with 6/modules/invalid-import-default-missing-module-specifier should parse correctly when sourceType is module
> ok 942 ecmaVersion Modules with 6/modules/invalid-import-default-module-specifier should parse correctly when sourceType is module
> ok 943 ecmaVersion Modules with 6/modules/invalid-import-default should parse correctly when sourceType is module
> ok 944 ecmaVersion Modules with 6/modules/invalid-import-missing-module-specifier should parse correctly when sourceType is module
> ok 945 ecmaVersion Modules with 6/modules/invalid-import-module-specifier should parse correctly when sourceType is module
> ok 946 ecmaVersion Modules with 6/modules/invalid-import-named-after-named should parse correctly when sourceType is module
> ok 947 ecmaVersion Modules with 6/modules/invalid-import-named-after-namespace should parse correctly when sourceType is module
> ok 948 ecmaVersion Modules with 6/modules/invalid-import-named-as-keyword should parse correctly when sourceType is module
> ok 949 ecmaVersion Modules with 6/modules/invalid-import-named-as-missing-from should parse correctly when sourceType is module
> ok 950 ecmaVersion Modules with 6/modules/invalid-import-named-extra-comma should parse correctly when sourceType is module
> ok 951 ecmaVersion Modules with 6/modules/invalid-import-named-keyword should parse correctly when sourceType is module
> ok 952 ecmaVersion Modules with 6/modules/invalid-import-named-middle-comma should parse correctly when sourceType is module
> ok 953 ecmaVersion Modules with 6/modules/invalid-import-namespace-after-named should parse correctly when sourceType is module
> ok 954 ecmaVersion Modules with 6/modules/invalid-import-namespace-missing-as should parse correctly when sourceType is module
> ok 955 ecmaVersion Modules with 6/modules/valid-await should parse correctly when sourceType is module
> not ok 956 ecmaVersion Modules with 6/newTarget/invalid-new-target should parse correctly when sourceType is module
>   Expected values to be strictly deep-equal:
>   + actual - expected
>   
>     {
>       column: 9,
>       index: 8,
>       lineNumber: 1,
>   +   message: "'new.target' can only be used in functions and class static block"
>   -   message: "'new.target' can only be used in functions"
>     }
>   AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
>   + actual - expected
>   
>     {
>       column: 9,
>       index: 8,
>       lineNumber: 1,
>   +   message: "'new.target' can only be used in functions and class static block"
>   -   message: "'new.target' can only be used in functions"
>     }
>       at Object.assertMatches (tests/lib/tester.js:74:16)
>       at Context.<anonymous> (tests/lib/ecma-version.js:97:24)
>       at callFn (/usr/share/nodejs/mocha/lib/runnable.js:366:21)
>       at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:354:5)
>       at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:681:10)
>       at /usr/share/nodejs/mocha/lib/runner.js:804:12
>       at next (/usr/share/nodejs/mocha/lib/runner.js:596:14)
>       at /usr/share/nodejs/mocha/lib/runner.js:606:7
>       at next (/usr/share/nodejs/mocha/lib/runner.js:489:14)
>       at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:574:5)
>       at processImmediate (internal/timers.js:461:21)
> ok 957 ecmaVersion Modules with 6/newTarget/invalid-unknown-property should parse correctly when sourceType is module
> ok 958 ecmaVersion Modules with 6/newTarget/simple-new-target should parse correctly when sourceType is module
> ok 959 ecmaVersion Modules with 6/objectLiteralComputedProperties/computed-addition-property should parse correctly when sourceType is module
> ok 960 ecmaVersion Modules with 6/objectLiteralComputedProperties/computed-and-identifier should parse correctly when sourceType is module
> ok 961 ecmaVersion Modules with 6/objectLiteralComputedProperties/computed-getter-and-setter should parse correctly when sourceType is module
> ok 962 ecmaVersion Modules with 6/objectLiteralComputedProperties/computed-string-property should parse correctly when sourceType is module
> ok 963 ecmaVersion Modules with 6/objectLiteralComputedProperties/computed-variable-property should parse correctly when sourceType is module
> ok 964 ecmaVersion Modules with 6/objectLiteralComputedProperties/invalid-computed-variable-property should parse correctly when sourceType is module
> ok 965 ecmaVersion Modules with 6/objectLiteralComputedProperties/invalid-standalone-computed-variable-property should parse correctly when sourceType is module
> ok 966 ecmaVersion Modules with 6/objectLiteralComputedProperties/standalone-expression-with-addition should parse correctly when sourceType is module
> ok 967 ecmaVersion Modules with 6/objectLiteralComputedProperties/standalone-expression-with-method should parse correctly when sourceType is module
> ok 968 ecmaVersion Modules with 6/objectLiteralComputedProperties/standalone-expression should parse correctly when sourceType is module
> ok 969 ecmaVersion Modules with 6/objectLiteralDuplicateProperties-and-objectLiteralComputedProperties/proto-computed-property should parse correctly when sourceType is module
> ok 970 ecmaVersion Modules with 6/objectLiteralDuplicateProperties/proto-property should parse correctly when sourceType is module
> ok 971 ecmaVersion Modules with 6/objectLiteralDuplicateProperties/proto-string-property should parse correctly when sourceType is module
> ok 972 ecmaVersion Modules with 6/objectLiteralDuplicateProperties/strict-duplicate-properties should parse correctly when sourceType is module
> ok 973 ecmaVersion Modules with 6/objectLiteralDuplicateProperties/strict-duplicate-string-properties should parse correctly when sourceType is module
> ok 974 ecmaVersion Modules with 6/objectLiteralShorthandMethods-and-defaultParams/default-params should parse correctly when sourceType is module
> ok 975 ecmaVersion Modules with 6/objectLiteralShorthandMethods-and-destructuring/array-destructuring should parse correctly when sourceType is module
> ok 976 ecmaVersion Modules with 6/objectLiteralShorthandMethods-and-generators/generator-object-literal-method should parse correctly when sourceType is module
> ok 977 ecmaVersion Modules with 6/objectLiteralShorthandMethods-and-objectLiteralComputedProperties/computed-method-property should parse correctly when sourceType is module
> ok 978 ecmaVersion Modules with 6/objectLiteralShorthandMethods/invalid-method-no-braces should parse correctly when sourceType is module
> ok 979 ecmaVersion Modules with 6/objectLiteralShorthandMethods/method-property should parse correctly when sourceType is module
> ok 980 ecmaVersion Modules with 6/objectLiteralShorthandMethods/simple-method-named-get should parse correctly when sourceType is module
> ok 981 ecmaVersion Modules with 6/objectLiteralShorthandMethods/simple-method-named-set should parse correctly when sourceType is module
> ok 982 ecmaVersion Modules with 6/objectLiteralShorthandMethods/simple-method-with-argument should parse correctly when sourceType is module
> ok 983 ecmaVersion Modules with 6/objectLiteralShorthandMethods/simple-method-with-string-name should parse correctly when sourceType is module
> ok 984 ecmaVersion Modules with 6/objectLiteralShorthandMethods/simple-method should parse correctly when sourceType is module
> ok 985 ecmaVersion Modules with 6/objectLiteralShorthandMethods/string-name-method-property should parse correctly when sourceType is module
> ok 986 ecmaVersion Modules with 6/objectLiteralShorthandProperties/shorthand-properties-keyword should parse correctly when sourceType is module
> ok 987 ecmaVersion Modules with 6/objectLiteralShorthandProperties/shorthand-properties should parse correctly when sourceType is module
> ok 988 ecmaVersion Modules with 6/octalLiterals/invalid should parse correctly when sourceType is module
> ok 989 ecmaVersion Modules with 6/octalLiterals/lowercase should parse correctly when sourceType is module
> ok 990 ecmaVersion Modules with 6/octalLiterals/strict-uppercase should parse correctly when sourceType is module
> ok 991 ecmaVersion Modules with 6/octalLiterals/uppercase should parse correctly when sourceType is module
> ok 992 ecmaVersion Modules with 6/regexUFlag/regex-u-extended-escape should parse correctly when sourceType is module
> ok 993 ecmaVersion Modules with 6/regexUFlag/regex-u-invalid-extended-escape should parse correctly when sourceType is module
> ok 994 ecmaVersion Modules with 6/regexUFlag/regex-u-simple should parse correctly when sourceType is module
> ok 995 ecmaVersion Modules with 6/regexYFlag/regexp-y-simple should parse correctly when sourceType is module
> ok 996 ecmaVersion Modules with 6/restParams-and-arrowFunctions/arrow-rest-multi should parse correctly when sourceType is module
> ok 997 ecmaVersion Modules with 6/restParams-and-arrowFunctions/arrow-rest should parse correctly when sourceType is module
> ok 998 ecmaVersion Modules with 6/restParams-and-arrowFunctions/destructured-arrow-array should parse correctly when sourceType is module
> ok 999 ecmaVersion Modules with 6/restParams-and-arrowFunctions/destructured-arrow-multi should parse correctly when sourceType is module
> ok 1000 ecmaVersion Modules with 6/restParams-and-arrowFunctions/destructured-arrow-object should parse correctly when sourceType is module
> ok 1001 ecmaVersion Modules with 6/restParams-and-arrowFunctions/error-attempted-spread-param should parse correctly when sourceType is module
> ok 1002 ecmaVersion Modules with 6/restParams/basic-rest should parse correctly when sourceType is module
> ok 1003 ecmaVersion Modules with 6/restParams/error-no-default should parse correctly when sourceType is module
> ok 1004 ecmaVersion Modules with 6/restParams/error-not-last should parse correctly when sourceType is module
> ok 1005 ecmaVersion Modules with 6/restParams/func-expression-multi should parse correctly when sourceType is module
> ok 1006 ecmaVersion Modules with 6/restParams/func-expression should parse correctly when sourceType is module
> ok 1007 ecmaVersion Modules with 6/restParams/invalid-rest-param should parse correctly when sourceType is module
> ok 1008 ecmaVersion Modules with 6/restParams/single-rest should parse correctly when sourceType is module
> ok 1009 ecmaVersion Modules with 6/spread/error-invalid-if should parse correctly when sourceType is module
> ok 1010 ecmaVersion Modules with 6/spread/error-invalid-sequence should parse correctly when sourceType is module
> ok 1011 ecmaVersion Modules with 6/spread/multi-function-call should parse correctly when sourceType is module
> ok 1012 ecmaVersion Modules with 6/spread/not-final-param should parse correctly when sourceType is module
> ok 1013 ecmaVersion Modules with 6/spread/simple-function-call should parse correctly when sourceType is module
> ok 1014 ecmaVersion Modules with 6/templateStrings-and-unicodeCodePointEscapes/template-strings-unicode-escape should parse correctly when sourceType is module
> ok 1015 ecmaVersion Modules with 6/templateStrings/deeply-nested should parse correctly when sourceType is module
> ok 1016 ecmaVersion Modules with 6/templateStrings/escape-characters should parse correctly when sourceType is module
> ok 1017 ecmaVersion Modules with 6/templateStrings/expressions should parse correctly when sourceType is module
> ok 1018 ecmaVersion Modules with 6/templateStrings/multi-line-template-string should parse correctly when sourceType is module
> ok 1019 ecmaVersion Modules with 6/templateStrings/octal-literal should parse correctly when sourceType is module
> ok 1020 ecmaVersion Modules with 6/templateStrings/simple-template-string should parse correctly when sourceType is module
> ok 1021 ecmaVersion Modules with 6/templateStrings/single-dollar-sign should parse correctly when sourceType is module
> ok 1022 ecmaVersion Modules with 6/templateStrings/tagged-no-placeholders should parse correctly when sourceType is module
> ok 1023 ecmaVersion Modules with 6/templateStrings/tagged-template-string should parse correctly when sourceType is module
> ok 1024 ecmaVersion Modules with 6/unicodeCodePointEscapes/basic-string-literal should parse correctly when sourceType is module
> ok 1025 ecmaVersion Modules with 6/unicodeCodePointEscapes/complex-string-literal should parse correctly when sourceType is module
> ok 1026 ecmaVersion Modules with 6/unicodeCodePointEscapes/identifier should parse correctly when sourceType is module
> ok 1027 ecmaVersion Modules with 6/unicodeCodePointEscapes/invalid-empty-escape should parse correctly when sourceType is module
> ok 1028 ecmaVersion Modules with 6/unicodeCodePointEscapes/invalid-too-large-escape should parse correctly when sourceType is module
> ok 1029 ecmaVersion Modules with 7/error-strict-complex-params should parse correctly when sourceType is module
> ok 1030 ecmaVersion Modules with 7/exponential-plusplus should parse correctly when sourceType is module
> ok 1031 ecmaVersion Modules with 7/exponential-precedence should parse correctly when sourceType is module
> ok 1032 ecmaVersion Modules with 7/exponential-simple should parse correctly when sourceType is module
> ok 1033 ecmaVersion Modules with 7/invalid-exponential-unary should parse correctly when sourceType is module
> ok 1034 ecmaVersion Modules with 8/comma-dangle-arrow should parse correctly when sourceType is module
> ok 1035 ecmaVersion Modules with 8/comma-dangle-class-method should parse correctly when sourceType is module
> ok 1036 ecmaVersion Modules with 8/comma-dangle-expression should parse correctly when sourceType is module
> ok 1037 ecmaVersion Modules with 8/comma-dangle-func should parse correctly when sourceType is module
> ok 1038 ecmaVersion Modules with 8/comma-dangle-method should parse correctly when sourceType is module
> ok 1039 ecmaVersion Modules with 8/comma-dangle should parse correctly when sourceType is module
> ok 1040 ecmaVersion Modules with 8/destructuring-param should parse correctly when sourceType is module
> ok 1041 ecmaVersion Modules with 8/invalid-comma-dangle-method should parse correctly when sourceType is module
> ok 1042 ecmaVersion Modules with 8/modules/arrow-func-parens should parse correctly when sourceType is module
> ok 1043 ecmaVersion Modules with 8/modules/arrow-func should parse correctly when sourceType is module
> ok 1044 ecmaVersion Modules with 8/modules/async-and-no-async should parse correctly when sourceType is module
> ok 1045 ecmaVersion Modules with 8/modules/async-arrow-func-destructed-defaults should parse correctly when sourceType is module
> ok 1046 ecmaVersion Modules with 8/modules/async-arrow-func-destructed should parse correctly when sourceType is module
> ok 1047 ecmaVersion Modules with 8/modules/async-arrow-func-parens-multi should parse correctly when sourceType is module
> ok 1048 ecmaVersion Modules with 8/modules/async-arrow-func-parens should parse correctly when sourceType is module
> ok 1049 ecmaVersion Modules with 8/modules/async-arrow-func should parse correctly when sourceType is module
> ok 1050 ecmaVersion Modules with 8/modules/async-await-arrow-expression should parse correctly when sourceType is module
> ok 1051 ecmaVersion Modules with 8/modules/async-await-arrow-param should parse correctly when sourceType is module
> ok 1052 ecmaVersion Modules with 8/modules/async-await-class-method-param should parse correctly when sourceType is module
> ok 1053 ecmaVersion Modules with 8/modules/async-await-destructured-default should parse correctly when sourceType is module
> ok 1054 ecmaVersion Modules with 8/modules/async-await-expression-class-method should parse correctly when sourceType is module
> ok 1055 ecmaVersion Modules with 8/modules/async-await-function-param should parse correctly when sourceType is module
> ok 1056 ecmaVersion Modules with 8/modules/async-await-identifier-math should parse correctly when sourceType is module
> ok 1057 ecmaVersion Modules with 8/modules/async-await-inside-parens should parse correctly when sourceType is module
> ok 1058 ecmaVersion Modules with 8/modules/async-await-math should parse correctly when sourceType is module
> ok 1059 ecmaVersion Modules with 8/modules/async-await-named-object-method should parse correctly when sourceType is module
> ok 1060 ecmaVersion Modules with 8/modules/async-await-object-method-param should parse correctly when sourceType is module
> ok 1061 ecmaVersion Modules with 8/modules/async-await-object-method should parse correctly when sourceType is module
> ok 1062 ecmaVersion Modules with 8/modules/async-await should parse correctly when sourceType is module
> ok 1063 ecmaVersion Modules with 8/modules/async-class-method-named-await should parse correctly when sourceType is module
> ok 1064 ecmaVersion Modules with 8/modules/async-class-method should parse correctly when sourceType is module
> ok 1065 ecmaVersion Modules with 8/modules/async-destructured-assignment should parse correctly when sourceType is module
> ok 1066 ecmaVersion Modules with 8/modules/async-expression should parse correctly when sourceType is module
> ok 1067 ecmaVersion Modules with 8/modules/async-func should parse correctly when sourceType is module
> ok 1068 ecmaVersion Modules with 8/modules/async-named-class-method should parse correctly when sourceType is module
> ok 1069 ecmaVersion Modules with 8/modules/async-named-generator-method should parse correctly when sourceType is module
> ok 1070 ecmaVersion Modules with 8/modules/async-named-object-method should parse correctly when sourceType is module
> ok 1071 ecmaVersion Modules with 8/modules/async-named-static-generator-method should parse correctly when sourceType is module
> ok 1072 ecmaVersion Modules with 8/modules/async-object-method-keyword should parse correctly when sourceType is module
> ok 1073 ecmaVersion Modules with 8/modules/async-object-method should parse correctly when sourceType is module
> ok 1074 ecmaVersion Modules with 8/modules/async-static-class-method-named-await should parse correctly when sourceType is module
> ok 1075 ecmaVersion Modules with 8/modules/async-static-class-method should parse correctly when sourceType is module
> ok 1076 ecmaVersion Modules with 8/modules/async-then-arrow should parse correctly when sourceType is module
> ok 1077 ecmaVersion Modules with 8/modules/async-wrapped-class-await should parse correctly when sourceType is module
> ok 1078 ecmaVersion Modules with 8/modules/async-yield should parse correctly when sourceType is module
> ok 1079 ecmaVersion Modules with 8/modules/async should parse correctly when sourceType is module
> ok 1080 ecmaVersion Modules with 8/modules/await-identifier-math should parse correctly when sourceType is module
> ok 1081 ecmaVersion Modules with 8/modules/class-method should parse correctly when sourceType is module
> ok 1082 ecmaVersion Modules with 8/modules/export-async should parse correctly when sourceType is module
> ok 1083 ecmaVersion Modules with 8/modules/export-default-async-expression should parse correctly when sourceType is module
> ok 1084 ecmaVersion Modules with 8/modules/export-default-async should parse correctly when sourceType is module
> ok 1085 ecmaVersion Modules with 8/modules/generator-async-func should parse correctly when sourceType is module
> ok 1086 ecmaVersion Modules with 8/modules/invalid-async-await-identifier should parse correctly when sourceType is module
> ok 1087 ecmaVersion Modules with 8/modules/invalid-async-await-param should parse correctly when sourceType is module
> ok 1088 ecmaVersion Modules with 8/modules/invalid-async-class-broken should parse correctly when sourceType is module
> ok 1089 ecmaVersion Modules with 8/modules/invalid-async-class-generator should parse correctly when sourceType is module
> ok 1090 ecmaVersion Modules with 8/modules/invalid-async-class-getter should parse correctly when sourceType is module
> ok 1091 ecmaVersion Modules with 8/modules/invalid-async-class-method-await should parse correctly when sourceType is module
> ok 1092 ecmaVersion Modules with 8/modules/invalid-async-class-method-empty-await should parse correctly when sourceType is module
> ok 1093 ecmaVersion Modules with 8/modules/invalid-async-class-setter should parse correctly when sourceType is module
> ok 1094 ecmaVersion Modules with 8/modules/invalid-async-constructor should parse correctly when sourceType is module
> ok 1095 ecmaVersion Modules with 8/modules/invalid-async-expression-generators should parse correctly when sourceType is module
> ok 1096 ecmaVersion Modules with 8/modules/invalid-async-expression-plain-await should parse correctly when sourceType is module
> ok 1097 ecmaVersion Modules with 8/modules/invalid-async-expression should parse correctly when sourceType is module
> ok 1098 ecmaVersion Modules with 8/modules/invalid-async-generator-expression should parse correctly when sourceType is module
> ok 1099 ecmaVersion Modules with 8/modules/invalid-async-generator-method should parse correctly when sourceType is module
> ok 1100 ecmaVersion Modules with 8/modules/invalid-async-generator should parse correctly when sourceType is module
> ok 1101 ecmaVersion Modules with 8/modules/invalid-async-getter-method-with-params should parse correctly when sourceType is module
> ok 1102 ecmaVersion Modules with 8/modules/invalid-async-getter-method should parse correctly when sourceType is module
> ok 1103 ecmaVersion Modules with 8/modules/invalid-async-method-await-identifier should parse correctly when sourceType is module
> ok 1104 ecmaVersion Modules with 8/modules/invalid-async-method-await-param should parse correctly when sourceType is module
> ok 1105 ecmaVersion Modules with 8/modules/invalid-async-method-empty-await should parse correctly when sourceType is module
> ok 1106 ecmaVersion Modules with 8/modules/invalid-async-method-expression should parse correctly when sourceType is module
> ok 1107 ecmaVersion Modules with 8/modules/invalid-async-method-return-await should parse correctly when sourceType is module
> ok 1108 ecmaVersion Modules with 8/modules/invalid-async-object should parse correctly when sourceType is module
> ok 1109 ecmaVersion Modules with 8/modules/invalid-async-plain-await should parse correctly when sourceType is module
> ok 1110 ecmaVersion Modules with 8/modules/invalid-async-prop should parse correctly when sourceType is module
> ok 1111 ecmaVersion Modules with 8/modules/invalid-async-static-method-broken should parse correctly when sourceType is module
> ok 1112 ecmaVersion Modules with 8/modules/invalid-await-arrow-param-parens should parse correctly when sourceType is module
> ok 1113 ecmaVersion Modules with 8/modules/invalid-await-arrow-param should parse correctly when sourceType is module
> ok 1114 ecmaVersion Modules with 8/modules/invalid-await-default should parse correctly when sourceType is module
> ok 1115 ecmaVersion Modules with 8/modules/invalid-await-destructured-default should parse correctly when sourceType is module
> ok 1116 ecmaVersion Modules with 8/modules/invalid-await-destructured-param should parse correctly when sourceType is module
> ok 1117 ecmaVersion Modules with 8/modules/invalid-await-func-expression should parse correctly when sourceType is module
> ok 1118 ecmaVersion Modules with 8/modules/invalid-await-identifier-expression should parse correctly when sourceType is module
> ok 1119 ecmaVersion Modules with 8/modules/invalid-await-identifier should parse correctly when sourceType is module
> ok 1120 ecmaVersion Modules with 8/modules/invalid-await-named-destructured-array-param should parse correctly when sourceType is module
> ok 1121 ecmaVersion Modules with 8/modules/invalid-await-named-destructured-param should parse correctly when sourceType is module
> ok 1122 ecmaVersion Modules with 8/modules/invalid-await-param-expression should parse correctly when sourceType is module
> ok 1123 ecmaVersion Modules with 8/modules/invalid-await-param should parse correctly when sourceType is module
> ok 1124 ecmaVersion Modules with 8/modules/invalid-await-top-level should parse correctly when sourceType is module
> ok 1125 ecmaVersion Modules with 8/modules/invalid-broken-async-arrow-after-parens should parse correctly when sourceType is module
> ok 1126 ecmaVersion Modules with 8/modules/invalid-broken-async-arrow-before-parens should parse correctly when sourceType is module
> ok 1127 ecmaVersion Modules with 8/modules/invalid-broken-async-arrow should parse correctly when sourceType is module
> ok 1128 ecmaVersion Modules with 8/modules/invalid-broken-async-object-method should parse correctly when sourceType is module
> ok 1129 ecmaVersion Modules with 8/modules/invalid-broken-line-async should parse correctly when sourceType is module
> ok 1130 ecmaVersion Modules with 8/modules/invalid-class-await-extend should parse correctly when sourceType is module
> ok 1131 ecmaVersion Modules with 8/modules/invalid-nested-async should parse correctly when sourceType is module
> ok 1132 ecmaVersion Modules with 8/modules/invalid-plain-await-arrow should parse correctly when sourceType is module
> ok 1133 ecmaVersion Modules with 8/modules/invalid-plain-await should parse correctly when sourceType is module
> ok 1134 ecmaVersion Modules with 8/modules/invalid-static-async-generator should parse correctly when sourceType is module
> ok 1135 ecmaVersion Modules with 8/modules/invalid-static-async-getter should parse correctly when sourceType is module
> ok 1136 ecmaVersion Modules with 8/modules/invalid-static-async-setter should parse correctly when sourceType is module
> ok 1137 ecmaVersion Modules with 8/modules/invalid-yield-default should parse correctly when sourceType is module
> ok 1138 ecmaVersion Modules with 8/modules/nested-async-await-method should parse correctly when sourceType is module
> ok 1139 ecmaVersion Modules with 8/modules/no-async-expression should parse correctly when sourceType is module
> ok 1140 ecmaVersion Modules with 8/modules/no-async should parse correctly when sourceType is module
> ok 1141 ecmaVersion Modules with 8/modules/object-method should parse correctly when sourceType is module
> ok 1142 ecmaVersion Modules with 8/modules/plain-await should parse correctly when sourceType is module
> ok 1143 ecmaVersion Modules with 8/modules/static-async-named-class-method should parse correctly when sourceType is module
> ok 1144 ecmaVersion Modules with 8/var-destructured-array-literal should parse correctly when sourceType is module
> ok 1145 ecmaVersion Modules with 9/async-generator/invalid-await-in-nested-function-1 should parse correctly when sourceType is module
> ok 1146 ecmaVersion Modules with 9/async-generator/invalid-await-in-nested-function-2 should parse correctly when sourceType is module
> ok 1147 ecmaVersion Modules with 9/async-generator/invalid-await-in-nested-function-3 should parse correctly when sourceType is module
> ok 1148 ecmaVersion Modules with 9/async-generator/invalid-await-in-nested-function-4 should parse correctly when sourceType is module
> ok 1149 ecmaVersion Modules with 9/async-generator/invalid-linebreak-after-async-1 should parse correctly when sourceType is module
> ok 1150 ecmaVersion Modules with 9/async-generator/invalid-linebreak-after-async-2 should parse correctly when sourceType is module
> ok 1151 ecmaVersion Modules with 9/async-generator/invalid-star-before-async-1 should parse correctly when sourceType is module
> ok 1152 ecmaVersion Modules with 9/async-generator/invalid-star-before-async-2 should parse correctly when sourceType is module
> ok 1153 ecmaVersion Modules with 9/async-generator/invalid-stars-around-async-1 should parse correctly when sourceType is module
> ok 1154 ecmaVersion Modules with 9/async-generator/invalid-stars-around-async-2 should parse correctly when sourceType is module
> ok 1155 ecmaVersion Modules with 9/async-generator/invalid-yield-in-nested-function-1 should parse correctly when sourceType is module
> ok 1156 ecmaVersion Modules with 9/async-generator/invalid-yield-in-nested-function-2 should parse correctly when sourceType is module
> ok 1157 ecmaVersion Modules with 9/async-generator/invalid-yield-in-nested-function-3 should parse correctly when sourceType is module
> ok 1158 ecmaVersion Modules with 9/async-generator/invalid-yield-in-nested-function-4 should parse correctly when sourceType is module
> ok 1159 ecmaVersion Modules with 9/async-generator/valid-class-method should parse correctly when sourceType is module
> ok 1160 ecmaVersion Modules with 9/async-generator/valid-class-static-method should parse correctly when sourceType is module
> ok 1161 ecmaVersion Modules with 9/async-generator/valid-function-declaration should parse correctly when sourceType is module
> ok 1162 ecmaVersion Modules with 9/async-generator/valid-function-expression should parse correctly when sourceType is module
> ok 1163 ecmaVersion Modules with 9/async-generator/valid-object-method should parse correctly when sourceType is module
> ok 1164 ecmaVersion Modules with 9/for-await-of/invalid-in-arrow-function should parse correctly when sourceType is module
> ok 1165 ecmaVersion Modules with 9/for-await-of/invalid-in-function-declaration should parse correctly when sourceType is module
> ok 1166 ecmaVersion Modules with 9/for-await-of/invalid-in-function-expression should parse correctly when sourceType is module
> ok 1167 ecmaVersion Modules with 9/for-await-of/invalid-in-nested-function should parse correctly when sourceType is module
> ok 1168 ecmaVersion Modules with 9/for-await-of/invalid-on-top-level should parse correctly when sourceType is module
> ok 1169 ecmaVersion Modules with 9/for-await-of/invalid-with-for-1 should parse correctly when sourceType is module
> ok 1170 ecmaVersion Modules with 9/for-await-of/invalid-with-for-2 should parse correctly when sourceType is module
> ok 1171 ecmaVersion Modules with 9/for-await-of/invalid-with-for-3 should parse correctly when sourceType is module
> ok 1172 ecmaVersion Modules with 9/for-await-of/invalid-with-for-in should parse correctly when sourceType is module
> ok 1173 ecmaVersion Modules with 9/for-await-of/valid-in-with-reference should parse correctly when sourceType is module
> ok 1174 ecmaVersion Modules with 9/for-await-of/valid-linebreak-before-await should parse correctly when sourceType is module
> ok 1175 ecmaVersion Modules with 9/for-await-of/valid-no-await-1 should parse correctly when sourceType is module
> ok 1176 ecmaVersion Modules with 9/for-await-of/valid-no-await-2 should parse correctly when sourceType is module
> ok 1177 ecmaVersion Modules with 9/for-await-of/valid-with-async-arrow-function should parse correctly when sourceType is module
> ok 1178 ecmaVersion Modules with 9/for-await-of/valid-with-async-function-expression should parse correctly when sourceType is module
> ok 1179 ecmaVersion Modules with 9/for-await-of/valid-with-async-method-1 should parse correctly when sourceType is module
> ok 1180 ecmaVersion Modules with 9/for-await-of/valid-with-async-method-2 should parse correctly when sourceType is module
> ok 1181 ecmaVersion Modules with 9/for-await-of/valid-with-let should parse correctly when sourceType is module
> ok 1182 ecmaVersion Modules with 9/for-await-of/valid-with-var should parse correctly when sourceType is module
> ok 1183 ecmaVersion Modules with 9/malformed-template-literal/malformed-template-literal-escape should parse correctly when sourceType is module
> ok 1184 ecmaVersion Modules with 9/regexp-lookbehind-assertion/invalid-group should parse correctly when sourceType is module
> ok 1185 ecmaVersion Modules with 9/regexp-lookbehind-assertion/invalid-unterminated-group should parse correctly when sourceType is module
> ok 1186 ecmaVersion Modules with 9/regexp-lookbehind-assertion/valid-negative-1 should parse correctly when sourceType is module
> ok 1187 ecmaVersion Modules with 9/regexp-lookbehind-assertion/valid-negative-2 should parse correctly when sourceType is module
> ok 1188 ecmaVersion Modules with 9/regexp-lookbehind-assertion/valid-positive-1 should parse correctly when sourceType is module
> ok 1189 ecmaVersion Modules with 9/regexp-lookbehind-assertion/valid-positive-2 should parse correctly when sourceType is module
> ok 1190 ecmaVersion Modules with 9/regexp-named-group/invalid-backreference-1 should parse correctly when sourceType is module
> ok 1191 ecmaVersion Modules with 9/regexp-named-group/invalid-backreference-2 should parse correctly when sourceType is module
> ok 1192 ecmaVersion Modules with 9/regexp-named-group/invalid-backreference-3 should parse correctly when sourceType is module
> ok 1193 ecmaVersion Modules with 9/regexp-named-group/invalid-backreference-4 should parse correctly when sourceType is module
> ok 1194 ecmaVersion Modules with 9/regexp-named-group/invalid-group-name-1 should parse correctly when sourceType is module
> ok 1195 ecmaVersion Modules with 9/regexp-named-group/invalid-group-name-2 should parse correctly when sourceType is module
> ok 1196 ecmaVersion Modules with 9/regexp-named-group/invalid-group-name-3 should parse correctly when sourceType is module
> ok 1197 ecmaVersion Modules with 9/regexp-named-group/valid-backreference-1 should parse correctly when sourceType is module
> ok 1198 ecmaVersion Modules with 9/regexp-named-group/valid-backreference-2 should parse correctly when sourceType is module
> ok 1199 ecmaVersion Modules with 9/regexp-named-group/valid-backreference-3 should parse correctly when sourceType is module
> ok 1200 ecmaVersion Modules with 9/regexp-named-group/valid-group should parse correctly when sourceType is module
> ok 1201 ecmaVersion Modules with 9/regexp-named-group/valid-unicode-name-1 should parse correctly when sourceType is module
> ok 1202 ecmaVersion Modules with 9/regexp-named-group/valid-unicode-name-2 should parse correctly when sourceType is module
> ok 1203 ecmaVersion Modules with 9/regexp-s-flag/s-flag should parse correctly when sourceType is module
> ok 1204 ecmaVersion Modules with 9/regexp-unicode-property-escape/invalid-property-1 should parse correctly when sourceType is module
> ok 1205 ecmaVersion Modules with 9/regexp-unicode-property-escape/invalid-property-2 should parse correctly when sourceType is module
> ok 1206 ecmaVersion Modules with 9/regexp-unicode-property-escape/invalid-property-3 should parse correctly when sourceType is module
> ok 1207 ecmaVersion Modules with 9/regexp-unicode-property-escape/invalid-property-4 should parse correctly when sourceType is module
> ok 1208 ecmaVersion Modules with 9/regexp-unicode-property-escape/valid-negative-1 should parse correctly when sourceType is module
> ok 1209 ecmaVersion Modules with 9/regexp-unicode-property-escape/valid-negative-2 should parse correctly when sourceType is module
> ok 1210 ecmaVersion Modules with 9/regexp-unicode-property-escape/valid-positive-1 should parse correctly when sourceType is module
> ok 1211 ecmaVersion Modules with 9/regexp-unicode-property-escape/valid-positive-2 should parse correctly when sourceType is module
> ok 1212 ecmaVersion Modules with 9/rest-property/invalid-array-literal-1 should parse correctly when sourceType is module
> ok 1213 ecmaVersion Modules with 9/rest-property/invalid-array-literal-2 should parse correctly when sourceType is module
> ok 1214 ecmaVersion Modules with 9/rest-property/invalid-array-literal-3 should parse correctly when sourceType is module
> ok 1215 ecmaVersion Modules with 9/rest-property/invalid-duo-1 should parse correctly when sourceType is module
> ok 1216 ecmaVersion Modules with 9/rest-property/invalid-duo-2 should parse correctly when sourceType is module
> ok 1217 ecmaVersion Modules with 9/rest-property/invalid-middle-1 should parse correctly when sourceType is module
> ok 1218 ecmaVersion Modules with 9/rest-property/invalid-middle-2 should parse correctly when sourceType is module
> ok 1219 ecmaVersion Modules with 9/rest-property/invalid-object-literal-1 should parse correctly when sourceType is module
> ok 1220 ecmaVersion Modules with 9/rest-property/invalid-object-literal-2 should parse correctly when sourceType is module
> ok 1221 ecmaVersion Modules with 9/rest-property/invalid-object-literal-3 should parse correctly when sourceType is module
> ok 1222 ecmaVersion Modules with 9/rest-property/invalid-parenthesized-1 should parse correctly when sourceType is module
> ok 1223 ecmaVersion Modules with 9/rest-property/invalid-parenthesized-2 should parse correctly when sourceType is module
> ok 1224 ecmaVersion Modules with 9/rest-property/invalid-parenthesized-3 should parse correctly when sourceType is module
> ok 1225 ecmaVersion Modules with 9/rest-property/invalid-parenthesized-4 should parse correctly when sourceType is module
> ok 1226 ecmaVersion Modules with 9/rest-property/invalid-parenthesized-5 should parse correctly when sourceType is module
> ok 1227 ecmaVersion Modules with 9/rest-property/invalid-parenthesized-6 should parse correctly when sourceType is module
> ok 1228 ecmaVersion Modules with 9/rest-property/invalid-trailing-comma-1 should parse correctly when sourceType is module
> ok 1229 ecmaVersion Modules with 9/rest-property/invalid-trailing-comma-2 should parse correctly when sourceType is module
> ok 1230 ecmaVersion Modules with 9/rest-property/valid-assignment-1 should parse correctly when sourceType is module
> ok 1231 ecmaVersion Modules with 9/rest-property/valid-assignment-2 should parse correctly when sourceType is module
> ok 1232 ecmaVersion Modules with 9/rest-property/valid-assignment-3 should parse correctly when sourceType is module
> ok 1233 ecmaVersion Modules with 9/rest-property/valid-declaration-1 should parse correctly when sourceType is module
> ok 1234 ecmaVersion Modules with 9/rest-property/valid-declaration-2 should parse correctly when sourceType is module
> ok 1235 ecmaVersion Modules with 9/rest-property/valid-declaration-3 should parse correctly when sourceType is module
> ok 1236 ecmaVersion Modules with 9/rest-property/valid-parameter-1 should parse correctly when sourceType is module
> ok 1237 ecmaVersion Modules with 9/rest-property/valid-parameter-2 should parse correctly when sourceType is module
> ok 1238 ecmaVersion Modules with 9/rest-property/valid-parameter-3 should parse correctly when sourceType is module
> ok 1239 ecmaVersion Modules with 9/rest-property/valid-parameter-4 should parse correctly when sourceType is module
> ok 1240 ecmaVersion Modules with 9/spread-property/invalid-dots should parse correctly when sourceType is module
> ok 1241 ecmaVersion Modules with 9/spread-property/valid-1 should parse correctly when sourceType is module
> ok 1242 ecmaVersion Modules with 9/spread-property/valid-2 should parse correctly when sourceType is module
> ok 1243 ecmaVersion Modules with 9/spread-property/valid-a-b-c-parenthesized should parse correctly when sourceType is module
> ok 1244 ecmaVersion Modules with 9/spread-property/valid-a-b-c should parse correctly when sourceType is module
> ok 1245 ecmaVersion Modules with 9/spread-property/valid-complex should parse correctly when sourceType is module
> ok 1246 ecmaVersion Modules with 9/spread-property/valid-parenthesized-1 should parse correctly when sourceType is module
> ok 1247 ecmaVersion Modules with 9/spread-property/valid-trailing-comma should parse correctly when sourceType is module
> ok 1248 ecmaVersion general Should parse using 2015 instead of 6
> ok 1249 ecmaVersion general Should throw error using invalid number
> ok 1250 ecmaVersion general Should throw error using invalid year
> ok 1251 ecmaVersion general Should throw error when non-numeric year is provided
> ok 1252 ecmaVersion general Should throw error when using module in pre-ES6
> ok 1253 normalizeOptions should set ecmaVersion to 5 if it wasn't specified
> ok 1254 normalizeOptions should throw error for sourceType module and ecmaVersion < 6
> ok 1255 normalizeOptions should normalize the ecmaVersion from year to version number
> ok 1256 normalizeOptions should throw error for unsupported ecmaVersion
> ok 1257 normalizeOptions should throw error for unsupported sourceType
> ok 1258 parse() ecmaVersion should be 5 if not specified
> ok 1259 parse() modules should have correct column number when strict mode error occurs
> ok 1260 parse() ES5 should throw an error when using the y regex flag
> ok 1261 parse() ES5 should throw an error when using the u regex flag
> ok 1262 parse() general should output tokens, comments, locs, and ranges when called with those options
> ok 1263 parse() general should reset lastToken on each parse
> ok 1264 parse() general should not mutate config
> ok 1265 latestEcmaVersion should return the latest supported ecmaVersion
> ok 1266 supportedEcmaVersions should return an array of all supported versions
> ok 1267 tokenize() should have `ecmaVersion: 5` as default
> ok 1268 tokenize() should produce tokens when using let
> ok 1269 tokenize() should produce tokens when using const
> ok 1270 tokenize() should produce tokens when using regular expression u flag
> ok 1271 tokenize() should produce tokens when using regular expression y flag
> ok 1272 tokenize() should produce tokens when using regular expression wrapped in parens
> ok 1273 tokenize() should produce tokens when using regular expression wrapped in parens using parse()
> ok 1274 tokenize() should produce tokens when using not operator
> ok 1275 tokenize() should produce tokens when using tilde operator
> ok 1276 tokenize() should produce tokens when using a single identifier
> ok 1277 tokenize() should not remove } token followed by a template literal.
> ok 1278 tokenize() should not mutate config
> ok 1279 tokenize() should produce tokens when } is the last token
> ok 1280 tokenize() templateStrings should produce tokens when tokenizing simple template string
> ok 1281 tokenize() templateStrings should produce tokens when tokenizing template string with embedded variable
> ok 1282 tokenize() templateStrings should produce tokens when tokenizing template string with embedded variable in function call
> ok 1283 tokenize() templateStrings should produce tokens when parsing template string with embedded variable in function call and with tokens options on
> ok 1284 tokenize() templateStrings should produce tokens when tokenizing template string with embedded expressions
> # tests 1284
> # pass 1278
> # fail 6
> 1..1284
> make[1]: *** [debian/rules:20: override_dh_auto_test] Error 6


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/node-espree_7.3.1~dfsg1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the Pkg-javascript-devel mailing list