Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #31432


Ignore:
Timestamp:
03/19/2015 04:42:44 AM (10 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31432

    • Property Keywords has-patch added; needs-patch removed
    • Property Milestone changed from Awaiting Review to 4.2
  • Ticket #31432 – Description

    initial v4  
    11Currently, patching unit test files with `grunt patch` on Windows changes line endings.
    22
    3 This results in unexpected failures in some tests using the heredoc syntax (`<<<`), see #31340.
     3This results in unexpected failures in some tests using the heredoc syntax (`<<<`), see #31430.
    44
    55We 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.