oga/spec/oga/html
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
..
lexer Fixes #129 - lexing superfluous end tags. 2015-07-23 13:16:11 +01:00
parser Use describe/it instead of context/example. 2015-01-08 23:01:53 +01:00
entities_spec.rb Decoding of entities with numbers 2015-06-07 17:42:24 +02:00
sax_parser_spec.rb Use describe/it instead of context/example. 2015-01-08 23:01:53 +01:00