HTML Purifer 변경 후 달라진 예상 값 변경4

This commit is contained in:
MinSoo Kim 2016-01-02 15:53:27 +09:00
parent 841a40a878
commit 74facfc670

View file

@ -35,7 +35,7 @@ class FuncIncTest extends \Codeception\TestCase\Test
// issue 534 // issue 534
array( array(
'<img src=\'as"df dummy=\'"1234\'" 4321\' asdf/*/>*/" onerror="console.log(\'Yet another XSS\')">', '<img src=\'as"df dummy=\'"1234\'" 4321\' asdf/*/>*/" onerror="console.log(\'Yet another XSS\')">',
'<img src="\%5C\'as" alt="\\\'as&quot;df" />*/" onerror="console.log(\\\'Yet another XSS\\\')"&gt;' '<img src="as" alt="as&quot;df dummy=" />*/" onerror="console.log(\'Yet another XSS\')"&gt;'
), ),
// issue 602 // issue 602
array( array(