We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v18.12.0
Microsoft Windows NT 10.0.25375.0 x64
No response
All you need is to run
assert.deepEqual("π¨βπ©βπ§βπ¦", "");
inside a test case.
Seems to happen every time there's a ZWJ in the test.
It should not crash the parser, because it doesn't make sense for it to crash the parser. ZWJ should log correctly.
Well, it crashes the parser:
Error [ERR_TAP_LEXER_ERROR]: Unexpected character: β at line 1, column 0 at Socket.emit (node:events:511:28) { code: 'ERR_TAP_LEXER_ERROR' }
The text was updated successfully, but these errors were encountered:
The TAP parser was removed in #47867. I think that has only made its way to v20.2.0 and newer so far, but it should be backported eventually.
Sorry, something went wrong.
No branches or pull requests
Version
v18.12.0
Platform
Microsoft Windows NT 10.0.25375.0 x64
Subsystem
No response
What steps will reproduce the bug?
All you need is to run
inside a test case.
How often does it reproduce? Is there a required condition?
Seems to happen every time there's a ZWJ in the test.
What is the expected behavior? Why is that the expected behavior?
It should not crash the parser, because it doesn't make sense for it to crash the parser. ZWJ should log correctly.
What do you see instead?
Well, it crashes the parser:
Additional information
No response
The text was updated successfully, but these errors were encountered: