mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +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'],
|
||||
'all_headers' => [
|
||||
'Cache-Control' => 'no-cache',
|
||||
]
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
|
@ -342,11 +342,11 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase
|
|||
return [
|
||||
'script and comment' => [
|
||||
'<strong>Script inside:</strong> <!--[if gte IE 4]><script>alert(\'lol\');</script><![endif]--><br />',
|
||||
'lol'
|
||||
'lol',
|
||||
],
|
||||
'script' => [
|
||||
'<strong>Script inside:</strong><script>alert(\'lol\');</script>',
|
||||
'script'
|
||||
'script',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue