diff --git a/tests/Parsem/ParserTest.php b/tests/Parsem/ParserTest.php index 6004ce4..8f080b1 100644 --- a/tests/Parsem/ParserTest.php +++ b/tests/Parsem/ParserTest.php @@ -96,7 +96,7 @@ public function testDefaultValueWithFilter() Assert::equal('Hello wo!', $parsed, 'Filter applied correctly to default value.'); $parsed = Parser::parseString($string3, $args); - Assert::equal('Hello ...!', $parsed, 'Filter applied correctly to empty default value.'); + Assert::equal('Hello !', $parsed, 'Filter applied correctly to empty default value.'); } }