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

Fix handling of break_words(false) #194

Merged
merged 1 commit into from
Jul 2, 2020
Merged

Fix handling of break_words(false) #194

merged 1 commit into from
Jul 2, 2020

Conversation

mgeisler
Copy link
Owner

@mgeisler mgeisler commented Jul 1, 2020

Words wider than the line width were not handled correctly. The line
width computation was messed up and this resulted in random-looking
whitespace in the resulting lines.

Fixes #193.

Words wider than the line width were not handled correctly. The line
width computation was messed up and this resulted in random-looking
whitespace in the resulting lines.

Fixes #193.
@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2020

Codecov Report

Merging #194 into master will decrease coverage by 0.84%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
- Coverage   94.19%   93.35%   -0.85%     
==========================================
  Files           4        4              
  Lines         379      391      +12     
==========================================
+ Hits          357      365       +8     
- Misses         22       26       +4     
Impacted Files Coverage Δ
src/lib.rs 90.33% <71.42%> (-1.11%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a8913d...c9cd162. Read the comment docs.

@mgeisler mgeisler merged commit cc0f888 into master Jul 2, 2020
@mgeisler mgeisler deleted the issue-193 branch November 1, 2020 12:58
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.

Non breaking words
2 participants