-
Notifications
You must be signed in to change notification settings - Fork 980
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix color code detection in OutputManager
This was a simple case of a mistaken translation from shell escape cades (which support "\nnn") to C# (which only supports "\xNN" and "\uNNNN"). The test was passing because it also used invalid escape codes.
- Loading branch information
1 parent
97195ba
commit 071a612
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters