tests: Update expected output for js escape method

This commit is contained in:
dana 2020-04-22 12:45:14 -05:00
parent c7f9eb7514
commit 05ce587f84

View file

@ -178,7 +178,7 @@ class ApplicationTest extends TestCase {
['html_attr', 'testEnv: "<foo$bar>"'], ['html_attr', 'testEnv: "<foo$bar>"'],
// Escape method: js // Escape method: js
['js', 'testEnv: \\x22\\x3Cfoo\\x24bar\\x3E\\x22'], ['js', 'testEnv: \\u0022\\u003Cfoo\\u0024bar\\u003E\\u0022'],
// Escape method: json // Escape method: json
['json', 'testEnv: "\"<foo$bar>\""'], ['json', 'testEnv: "\"<foo$bar>\""'],