Skip to content
Snippets Groups Projects
Commit dd48e369 authored by Andreas Fernandez's avatar Andreas Fernandez
Browse files

[BUGFIX] Explicitly use control characters in HTML fixture

`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/+/74177


Reviewed-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Reviewed-by: default avatarFrank Nägler <frank.naegler@typo3.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
Tested-by: default avatarFrank Nägler <frank.naegler@typo3.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent e167fc22
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment