Skip to content

Commit

Permalink
fix: add missing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdebruijn committed May 16, 2024
1 parent 2d5bf6e commit 8d5fc2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Properties/ParameterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 8d5fc2b

Please sign in to comment.