f574197ea6
This ensures that Oga is able to tokenize input such as the following: <script<script>foo</script> Oga will now treat this as: <script>foo</script> This is based on libxml behaviour, which seems to differ a bit from Chromium which treats the node as a text node. This however would require complex look-ahead logic (as far as I can tell) that I really don't want to implement in Oga. Fixes #186 |
||
---|---|---|
.. | ||
base_lexer.rl |