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

text: Format* can now deal with escape sequences; fixes #112 #113

Merged
merged 3 commits into from May 13, 2020

Conversation

jedib0t
Copy link
Owner

@jedib0t jedib0t commented May 13, 2020

Proposed Changes

  • text.Format* functions can now handle escape sequences
    • without this fix, text.FormatUpper(text.Bold.Sprint("foo")) would return broken escape characters

Fixes #112.

@coveralls
Copy link

coveralls commented May 13, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling fe8387c on text-format-escseq into 65260f6 on master.

@jedib0t jedib0t merged commit d24d83b into master May 13, 2020
@jedib0t jedib0t deleted the text-format-escseq branch May 13, 2020 16:28
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.

Footer misalignment when any text.Color is used in the Transformer
2 participants