Skip to content

Conversation

@Mike-Koder
Copy link
Contributor

This causes \n characters to be displayed more consistently by passing on required breaks when they are needed. Before this change, text in the form of "alpha\nbeta\ngamma" could be translated incorrectly in some instances, in the form of:

"alphabeta
gamma"

The expected output, which this change brings about, is:

"alpha
beta
gamma"

This causes \n characters to be displayed more consistently.
@alafr alafr merged commit 93061f3 into foliojs:master Jun 29, 2018
@alafr
Copy link
Collaborator

alafr commented Jun 29, 2018

Thanks for the fix

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