platform/libinjection/tests/test-html5-061.txt

12 lines
189 B
Text
Raw Normal View History

2019-08-16 14:42:40 +00:00
--TEST--
alternate <% comment %> format used by IE and old safari
--INPUT--
<% foo><x foo="%><script>
--EXPECTED--
TAG_COMMENT,13, foo><x foo="
TAG_NAME_OPEN,6,script
TAG_NAME_CLOSE,1,>