oga/lib/oga
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
..
css Added CSS :nth() pseudo class 2015-06-29 20:51:38 +02:00
html Removed redundant returns 2015-06-16 00:51:51 +02:00
xml Fixes #129 - lexing superfluous end tags. 2015-07-23 13:16:11 +01:00
xpath Removed redundant returns 2015-06-16 00:51:51 +02:00
blacklist.rb Removed redundant returns 2015-06-16 00:51:51 +02:00
entity_decoder.rb Removed redundant returns 2015-06-16 00:51:51 +02:00
lru.rb Removed redundant returns 2015-06-16 00:51:51 +02:00
oga.rb Removed redundant returns 2015-06-16 00:51:51 +02:00
version.rb Release 1.2.1 2015-07-01 00:24:07 +02:00
whitelist.rb Removed redundant returns 2015-06-16 00:51:51 +02:00