mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
CS
This commit is contained in:
parent
f0378b4d7c
commit
38a04dee34
1 changed files with 3 additions and 3 deletions
|
@ -226,7 +226,7 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase
|
||||||
'authors' => ['Jeremy', 'Nico', 'Thomas'],
|
'authors' => ['Jeremy', 'Nico', 'Thomas'],
|
||||||
'all_headers' => [
|
'all_headers' => [
|
||||||
'Cache-Control' => 'no-cache',
|
'Cache-Control' => 'no-cache',
|
||||||
]
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -342,11 +342,11 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase
|
||||||
return [
|
return [
|
||||||
'script and comment' => [
|
'script and comment' => [
|
||||||
'<strong>Script inside:</strong> <!--[if gte IE 4]><script>alert(\'lol\');</script><![endif]--><br />',
|
'<strong>Script inside:</strong> <!--[if gte IE 4]><script>alert(\'lol\');</script><![endif]--><br />',
|
||||||
'lol'
|
'lol',
|
||||||
],
|
],
|
||||||
'script' => [
|
'script' => [
|
||||||
'<strong>Script inside:</strong><script>alert(\'lol\');</script>',
|
'<strong>Script inside:</strong><script>alert(\'lol\');</script>',
|
||||||
'script'
|
'script',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue