You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#23458
Splitting on NL leaves the CR if present. Just use `linesIterator`.
Introduce a template method for rendering paths. The test reporter
replaces windows convention when run on windows, so that check files are
correct; `FileDiff.matches` currently accounts for comparing lines of
text when run on windows.
Previously, a `TestReporter` with empty console output would contribute
a NL because `"".split("\n")` is not empty. (There is a test reporter
per compilation group.)
0 commit comments