-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reporter: Support multi-line strings in TAP failures data
This is a different approach to fixing #109. The issue was previously fixed in js-reporters 1.2.2 by #110 but that made multi-line strings difficult to read and left numerous escape hatches in place. That fix has since been reverted to keep 1.x behaving the same has before. The new approach will be part of 2.0. Fixes #109.
- Loading branch information
Showing
3 changed files
with
163 additions
and
25 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
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