-
Notifications
You must be signed in to change notification settings - Fork 119
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
Templates with tab characters do not roundtrip between parse and generateText #441
Labels
Comments
@jeromesimeon another whitespace issue in 0.13.4 |
This specific sample works on the
In fact in this case, the exact same
|
Fixed in master now. |
Duplicate of #353 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a template contains the tab character (\t) then we when
parse
is called a JSON data is created, however if you subsequently callgenerateText
with the JSON data then tab characters in the template are expanded as\t
.To Reproduce
Expected behavior
Should roundtrip, or somehow strip tabs.
The text was updated successfully, but these errors were encountered: