dishmint / Markdown2WL

Lex and Parse Markdown in Wolfram Language
MIT License
13 stars 2 forks source link

Ensure Rules Conform to CommonMark #28

Open dishmint opened 1 year ago

dishmint commented 1 year ago

Here's the link to CommonMark .30 tests

An example test:

VerificationTest[
    ImportMarkdown["< test string >"],
    ...
]

I should also note the version being tested, I could do that in the TestID, or have different test files for different CommonMark versions.

dishmint commented 1 year ago

Additionally, I think these tests should be for the parser, not the lexer.