CPColin / ceylon.markdown

A port of the commonmark.js Markdown parser and renderer to Ceylon
Apache License 2.0
5 stars 0 forks source link

Cover RenderOptions with tests #4

Closed CPColin closed 6 years ago

CPColin commented 6 years ago

The values in RenderOptions came over from commonmark.js without test coverage. Add some tests!

CPColin commented 6 years ago

Going to start with the most naive of tests against RawHtmlRenderer. We'll refactor them into better tests when CeylonHtmlRenderer rolls around.