Andreas Woess
Andreas Woess
### Please tick this box to confirm you have reviewed the above. - [X] I have a different issue. ### What version of ripgrep are you using? ripgrep 14.1.0 ###...
The following tests added in https://github.com/tc39/test262/pull/4002 have the `raw` flag but are expected to throw a `Test262Error`: ``` test/annexB/language/comments/single-line-html-close-first-line-1.js test/annexB/language/comments/single-line-html-close-first-line-2.js test/annexB/language/comments/single-line-html-close-first-line-3.js ``` If executed without `harness/sta.js`, these tests will fail...
I believe the following source-phase-import tests are broken because they assume wrong/outdated evaluation order: ``` language/module-code/source-phase-import/import-source-binding-name.js language/module-code/source-phase-import/import-source-binding-name2.js language/module-code/source-phase-import/import-source-newlines.js ``` They all consist of `import "../resources/ensure-linking-error_FIXTURE.js"` followed by `import … from...