From 599e08f150c57d110ec1ad5fa02bed6cff300827 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 8 Jul 2025 17:31:10 +0200 Subject: [PATCH] =?UTF-8?q?:white=5Fcheck=5Fmark:=20N=C2=B08440=20XML=20as?= =?UTF-8?q?sembly=20failing=20when=20a=20file=20name=20contains=20a=20quot?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../unitary-tests/setup/ModelFactoryTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tests/php-unit-tests/unitary-tests/setup/ModelFactoryTest.php b/tests/php-unit-tests/unitary-tests/setup/ModelFactoryTest.php index 7378b892b..68bcd5872 100644 --- a/tests/php-unit-tests/unitary-tests/setup/ModelFactoryTest.php +++ b/tests/php-unit-tests/unitary-tests/setup/ModelFactoryTest.php @@ -2135,6 +2135,25 @@ XML ', ], + 'N°8440 Quotes are allowed in ids' => [ + 'sInitialXML' => << + + +XML + , + 'sDeltaXML' => << + + + +XML + , + 'sExpectedXML' => << +XML + , + ], ]; }