diff --git a/tests/Properties/ParameterTest.php b/tests/Properties/ParameterTest.php index 31f2e54..fa087a6 100644 --- a/tests/Properties/ParameterTest.php +++ b/tests/Properties/ParameterTest.php @@ -63,6 +63,11 @@ 'a return \n ', (new Parameter('', 'a return \n ', true))->getValue() ); + + assertEquals( + 'a return ^ ', + (new Parameter('', 'a return ^ ', true))->getValue() + ); }); test('it can format a boolean', function () {