Skip to content

Be kind; rewind

Compare
Choose a tag to compare
@andrejewski andrejewski released this 18 Feb 20:18
· 9 commits to master since this release

This release is a bug fix for issue #84 / PR #86.

There was a problem with unnecessary closing tags causing the parser to exit early, leaving later tags unparsed. For example, </i>x would return []. This is fixed, and tests added to prevent regression.

Thanks to @orballo for reporting this bug.