oga/ext/java
Yorick Peterse 81edce2eb8 Fixed lexing of XML comments.
The previous setup would consume too much. For example the following HTML:

    <a><!--foo--><b><!--bar--></b></a>

would result in the following T_COMMENT token:

    "foo--><b><!--bar"

The new setup requires the marking of a start position. I'm not a huge fan of
this but there doesn't appear to be a way around this.
2014-08-15 20:42:32 +02:00
..
org/liboga/xml Fixed lexing of XML comments. 2014-08-15 20:42:32 +02:00
Liboga.java Manually bootstrap JRuby after all. 2014-05-07 22:32:34 +02:00