oga/spec/support
Yorick Peterse d4150fd0f5 First step at rewriting the CSS parser.
The new setup will not involve a separate transformation stage, instead the CSS
parser will directly emit an XPath AST. This reduces the overhead needed for
parsing/evaluating CSS selectors while also simplifying the code. The downside
is that I basically have to re-write 80% of the parser.
2014-10-20 00:30:16 +02:00
..
parsing.rb First step at rewriting the CSS parser. 2014-10-20 00:30:16 +02:00
shared_examples.rb Use RSpec.shared_example vs just shared_example. 2014-10-05 23:52:12 +02:00
simplecov.rb Added groups for code coverage results. 2014-06-23 09:43:41 +02:00