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

✨ Display empty and blank lines during tests #13

Merged
merged 6 commits into from
Feb 2, 2024

Conversation

Guldem
Copy link
Member

@Guldem Guldem commented Jan 26, 2024

Improved descriptions when running tests. Previously values where printed as is. Now there is a check if the value is a empty or blank line. If so its wrapped in '' to make it clear there is a empty value.

Previous output Current output
(john, doe , , ) [ john, doe ,'' ,' ' ]

@Guldem Guldem requested review from Bassiuz, NRijnberg and a team January 26, 2024 07:23
).description;

expect(
result, "[ 'a', 'b', '', ' ', 1, 1.5, true, class with toString ]");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@Guldem Guldem merged commit f8a208c into main Feb 2, 2024
@Guldem Guldem deleted the feature/improve_blank_input branch February 2, 2024 14:11
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.

2 participants