-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
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
Tap parser fails when test name includes non ASCII characters #45706
Comments
CC @manekinekko @nodejs/test_runner |
Good catch! Will prioritize this and send a fix 👍 |
Hey @manekinekko @MoLow, can I work on this issue? |
@pulkit-30 please do! |
@pulkit-30 of course 👍 |
Thank you for considering the fix. |
I still have this issue in the newest node at this point (v19.6.0). |
@jammi can you share a sample of output you have in your code? (please clear any sensitive data first) |
@jammi this issue is still open, a fix was not shipped on v19.6.0. |
i will do an update |
I'm still seeing the issue on v19.9.0 |
@0618 would you mind sharing a screenshot or logs? |
Version
v20.0.0-pre
Platform
Darwin Moshes-MBP.localdomain 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:01 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T6000 arm64
Subsystem
test_runner
What steps will reproduce the bug?
run
./node --test test.mjs
How often does it reproduce? Is there a required condition?
always
What is the expected behavior?
the same as when running
./node test.mjs
without--test
:What do you see instead?
Additional information
according to TAP spec we should support any text:
the issue seems to be with
#isLiteralSymbol
The text was updated successfully, but these errors were encountered: