sebastienros / esprima-dotnet

Esprima .NET (BSD license) is a .NET port of the esprima.org project. It is a standard-compliant ECMAScript parser (also popularly known as JavaScript).
BSD 3-Clause "New" or "Revised" License
430 stars 75 forks source link

Some RegExp adaptation tests fail on NET 8 #424

Closed lahma closed 1 year ago

lahma commented 1 year ago

Version used

PR #423 branch.

Describe the bug

There are test failures present now when targeting NET 8 with test project.

https://github.com/sebastienros/esprima-dotnet/actions/runs/6987989154?pr=423

To Reproduce

Checkout the NET 8 branch and run tests.

lahma commented 1 year ago

Issue was resolved by regenerating artifacts.