Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeisas committed Oct 4, 2024
1 parent d2699d5 commit 95107c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Liquid/StandardFiltersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public function testEscape()
$data = array(
"one Word's not" => "one Word's not",
"&><\"'" => "&amp;&gt;&lt;&quot;&#039;",
null => null,
);

foreach ($data as $element => $expected) {
Expand Down

0 comments on commit 95107c5

Please sign in to comment.