Skip to content

Commit

Permalink
tests: Update expected output for js escape method
Browse files Browse the repository at this point in the history
  • Loading branch information
okdana committed Apr 22, 2020
1 parent c7f9eb7 commit 05ce587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public function provideTestEscape() {
['html_attr', 'testEnv: "<foo$bar>"'],

// Escape method: js
['js', 'testEnv: \\x22\\x3Cfoo\\x24bar\\x3E\\x22'],
['js', 'testEnv: \\u0022\\u003Cfoo\\u0024bar\\u003E\\u0022'],

// Escape method: json
['json', 'testEnv: "\"<foo$bar>\""'],
Expand Down

0 comments on commit 05ce587

Please sign in to comment.