Changes between Initial Version and Version 4 of Ticket #31432
- Timestamp:
- 03/19/2015 04:42:44 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31432
- Property Keywords has-patch added; needs-patch removed
-
Property
Milestone
changed from
Awaiting Review
to4.2
-
Ticket #31432 – Description
initial v4 1 1 Currently, patching unit test files with `grunt patch` on Windows changes line endings. 2 2 3 This results in unexpected failures in some tests using the heredoc syntax (`<<<`), see #31 340.3 This results in unexpected failures in some tests using the heredoc syntax (`<<<`), see #31430. 4 4 5 5 We should probably set `svn:eol-style` to native for test files, like we did for core, and do something like `str_replace( "\r\n", "\n", ... )` in the tests with heredoc.