oga/lib
Jakub Pawlowicz ed3cbe7975 Fixes #129 - lexing superfluous end tags.
Prevents a superfluous end tag of a self-closing HTML tag from
closing its parent element prematurely, for example:

```html
<object><param></param><param></param></object>
```

(note <param> is self closing) being turned into:

```html
<object><param/></object><param/>
```
2015-07-23 13:16:11 +01:00
..
oga Fixes #129 - lexing superfluous end tags. 2015-07-23 13:16:11 +01:00
oga.rb Use require vs require_relative 2015-06-03 06:42:30 +02:00