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

Trim too long assert messages to prevent line overflow #29

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

prantlf
Copy link
Contributor

@prantlf prantlf commented Sep 9, 2019

Attempts to fix #30.

Print this:

✓ Exported dependency names can be resolved.
✓ Resolving an unknown dependency fails.
# pass  3
✓ ok

instead of this:

✓ Exported dependency names can be resolved.
# Resolving an unknown dependency fails.
✓ Resolving an unknown dependency fails.ncy: "dummy"." should start with "Unre# tests 3
# pass  3
✓ ok

Fixes #30.

Failing messages need 4 more characters cut.
@ljharb ljharb force-pushed the fix-long-messages branch 3 times, most recently from feda9de to f88d449 Compare September 22, 2022 20:21
@ljharb ljharb merged commit f88d449 into tape-testing:master 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

Successfully merging this pull request may close these issues.

Long assertion messages corrupt the formatted output
2 participants