JuliaPluto / HypertextLiteral.jl

Julia library for the string interpolation of HTML and SVG
https://juliapluto.github.io/HypertextLiteral.jl/stable/
ISC License
64 stars 10 forks source link

Fix bug where `<hr /></div>` throws error #19

Closed dralletje closed 2 years ago

dralletje commented 2 years ago

Exactly what it says, added test fails without the lexer change.

This would be because with a self closing tag state_tag_is_open wouldn't get reset to false, thus triggering the @assert !state_tag_is_open when in STATE_END_TAG_OPEN.