Guest User

Untitled

a guest
Dec 11th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. -is(
  2. - $parser->render_html('<script>hijack()</script>'),
  3. - "<script>hijack()</script>\n",
  4. - 'Tagfilter extension'
  5. -);
  6. +SKIP: {
  7. + skip("currently no raw html is allowed via the safe option", 1);
  8. + is(
  9. + $parser->render_html('<script>hijack()</script>'),
  10. + "<script>hijack()</script>\n",
  11. + 'Tagfilter extension'
  12. + );
  13. +}
Add Comment
Please, Sign In to add comment