From a7a6af400fbf566309a31b48f62c1890e3afbf3d Mon Sep 17 00:00:00 2001 From: Oliver Hader Date: Thu, 21 Sep 2023 17:31:12 +0200 Subject: [PATCH] [TASK] Disable test for unicode non breaking spaces substitution see https://github.com/TYPO3/html-sanitizer/commit/a35f220b2336e3f040f91d3de23d19964833643f --- tests/ScenarioTest.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/ScenarioTest.php b/tests/ScenarioTest.php index 48b3fd6..901ecb9 100644 --- a/tests/ScenarioTest.php +++ b/tests/ScenarioTest.php @@ -561,10 +561,12 @@ public static function attributesAreEncodedDataProvider(): \Generator // "", // "", //]; - yield 'escape non breaking space' => [ - "", - '', - ]; + // Disabled replacement of unicode non breaking spaces + // see https://github.com/TYPO3/html-sanitizer/commit/a35f220b2336e3f040f91d3de23d19964833643f + //yield 'escape non breaking space' => [ + // "", + // '', + //]; yield 'encodes json values' => [ "
", '
'