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

Fix typo in compareAsts.ceylon #13

Closed CPColin closed 6 years ago

CPColin commented 6 years ago

Line 41 of compareAsts.ceylon contains a typo: listDelimier. This suggests we're not comparing all the attributes properly. Fix the typo and see if any of the tests fail now.