oga/spec/oga/xml/lexer
Yorick Peterse c56b0395e4 Moved various rules around for the XML lexer.
This moves the element related rules to the element_head machine (where they
belong). This in turn makes it possible to lex ">" as a text node, previously
this was impossible.
2014-05-21 00:04:53 +02:00
..
cdata_spec.rb Merge multiple CDATA tokens into a single token. 2014-05-19 09:36:19 +02:00
comments_spec.rb Merge multiple comment tokens into a single one. 2014-05-19 09:30:30 +02:00
doctype_spec.rb Support for lexing/parsing inline doctypes. 2014-05-10 00:28:11 +02:00
documents_spec.rb Lex/parse doctype names separately. 2014-04-03 21:59:57 +02:00
elements_spec.rb Lex attributes with namespaces. 2014-04-10 11:01:49 +02:00
general_spec.rb Moved various rules around for the XML lexer. 2014-05-21 00:04:53 +02:00
html_void_elements_spec.rb Moved XML specs into spec/oga/xml. 2014-03-25 09:36:39 +01:00
multibyte_spec.rb Lex input as a sequence of bytes. 2014-04-17 17:45:05 +02:00
xml_declaration_spec.rb Lex/parser XML declaration attributes. 2014-04-02 22:01:17 +02:00