-
Notifications
You must be signed in to change notification settings - Fork 48
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
emoji_support contains bad content where there is a literal string #62
Comments
Sorry, I should not use |
I notice you've closed it now, but here's what I've got about the issues with the output just to keep track. Of the 3 issues with the output:
|
Haha I also found the issue and it should advance one byte to check Besides I figure it out why it always formats to a single line since it considers emoji is not printable, so the text contains special characters and always output to escaped one line instead of multi-line literal string or simple string. |
So when you set
emoji_support
to true, adding a test case to theunicode_test.go
:Which results:
I suppose the literal string turns one line due to the
go-yaml
library. However, the tailn
is unacceptable.The text was updated successfully, but these errors were encountered: