Skip to content

Commit

Permalink
[BUGFIX] Explicitly use control characters in HTML fixture
Browse files Browse the repository at this point in the history
`RenderPreviewImportPageAndRecordsByUpdateWithDiff.php` has HTML markup
with line breaks and tab characters. With some IDEs this may break if
lines containing a tab only will get trimmed. All such characters are
now replaced by explicit control characters to make sure the expectation
does not break anymore when saving this file.

Resolves: #97300
Releases: main, 11.5
Change-Id: Ifc5d7e39d6d69176b111d3361f741a89866f008b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74142
Tested-by: core-ci <typo3@b13.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
andreaskienast committed Apr 5, 2022
1 parent 34d3457 commit b59ecd3
Showing 1 changed file with 195 additions and 196 deletions.
Loading

0 comments on commit b59ecd3

Please sign in to comment.