platform/libinjection/tests/test-html5-061.txt
2019-08-16 10:42:40 -04:00

11 lines
189 B
Text

--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,>