ruricolist / spinneret

Common Lisp HTML5 generator
MIT License
369 stars 26 forks source link

Need to fix the test h* to match the fix for issue #42 #43

Closed Yehouda closed 4 years ago

Yehouda commented 4 years ago

in tests.lisp, test h* still matches the bug ehere the header number was not incremented for the level correctly, which was raised in issue #42 and fixed last month by https://github.com/ruricolist/spinneret/commit/882ea2817bf196814a2b153acca41d599e345d81. The test needs to be fixed to have h2 for second level headers and h3 for third level headers.