-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow special characters and emoji in output
If an emoji is used anywhere in either suite description or inside an error from a test (e.g. "Expected '👎' to be '👍'"), the reporter chrashes with "Invalid character (�) in string: 😄 at index 0". The root cause of this is xmlbuilder, that uses a version that is 3 years old at this time. The current version does not throw any errors for this. This PR will suggest updating to the latest version of xmlbuilder, that includes a lot of bugfixes. As far as I could determine, there were no breaking changes for this package.
- Loading branch information
Showing
2 changed files
with
39 additions
and
2 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