We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, new Text("@|red,bg(white) (c) 2017|@@|underline VALUE2|@").toString() resulting in missing closing ANSI escape characters.
new Text("@|red,bg(white) (c) 2017|@@|underline VALUE2|@").toString()
Actual value vs. expected value:
�[31m�[47m(c) 2017�[49m�[39m�[0m�[4mVALUE2 //actual �[31m�[47m(c) 2017�[49m�[39m�[0m�[4mVALUE2�[24m�[0m //expected
The text was updated successfully, but these errors were encountered:
e55b4a2
No branches or pull requests
For example,
new Text("@|red,bg(white) (c) 2017|@@|underline VALUE2|@").toString()
resulting in missing closing ANSI escape characters.Actual value vs. expected value:
The text was updated successfully, but these errors were encountered: