Skip to content
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

Colon in test description corrupts output formatting #18

Closed
ratiotile opened this issue Jul 20, 2016 · 2 comments
Closed

Colon in test description corrupts output formatting #18

ratiotile opened this issue Jul 20, 2016 · 2 comments

Comments

@ratiotile
Copy link

"tape": "^4.6.0",
"faucet": "0.0.1
npm --version 3.10.6
node --version v6.3.0

This line of TAP input with a colon:
ok 200 CallableReturningEventEmitter: unregistered event does not fire listener
produced by the tape assertion: t.equals(testobj.hit, 'dog', "CallableReturningEventEmitter: unregistered event does not fire listener")
results in messed-up faucet output:
image
what it should look like:
image

@prantlf
Copy link
Contributor

prantlf commented Sep 21, 2019

I didn't notice this issue at first. It appears to be the same problem as #30. A long assertion text messes up the test name printed later. I fixed it by #29.

@ljharb
Copy link
Collaborator

ljharb commented Sep 22, 2022

Fixed in #29.

@ljharb ljharb closed this as completed Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants