dcwatson / bbcode

A pure python bbcode parser and formatter.
BSD 2-Clause "Simplified" License
68 stars 17 forks source link

Fixed incorrect check against max tag depth. #32

Closed Lanny closed 5 years ago

Lanny commented 5 years ago

Sorry for two PRs in a night, realized there was an error in the check for tag depth that happened to produce correct output for max_tag_depth=2, which was the testcase.

dcwatson commented 5 years ago

Thanks. I just pushed 1.0.33 out to PyPI.