From fd0dd0a4ab4bc6ab513ceccc912b50f1217f0ff5 Mon Sep 17 00:00:00 2001 From: Paul Stanton Date: Mon, 9 Jun 2025 18:12:55 +0100 Subject: [PATCH] Fix typo in MacroTest normalizeOutput comment --- tests/unit/Jadu/Pulsar/Twig/Macro/MacroTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Jadu/Pulsar/Twig/Macro/MacroTest.php b/tests/unit/Jadu/Pulsar/Twig/Macro/MacroTest.php index 007f419aac..a5a1a5fa89 100644 --- a/tests/unit/Jadu/Pulsar/Twig/Macro/MacroTest.php +++ b/tests/unit/Jadu/Pulsar/Twig/Macro/MacroTest.php @@ -76,7 +76,7 @@ public function testMacroOutput($templateFile) */ private function normalizeOutput($output) { - // Remove extra whitesapce + // Remove extra whitespace $output = implode(' ', preg_split('/\s+/', trim($output))); // Remove extra whitespace within tags