Tests: Test LibMarkdown against commonmark test suite

TestCommonmark runs the CommonMark test suite
(https://spec.commonmark.org/0.30/spec.json) against LibMarkdown.
Currently 44/652 tests pass.
This commit is contained in:
Peter Elliott 2021-08-29 13:19:12 -07:00 committed by Andreas Kling
commit 8d2c04821f
Notes: sideshowbarker 2024-07-18 04:59:31 +09:00
6 changed files with 71 additions and 1 deletions

View file

@ -1,7 +1,7 @@
[Global]
SkipDirectories=Kernel/Legacy
SkipRegex=^ue-.*$
SkipTests=test-web
SkipTests=test-web TestCommonmark
NotTestsPattern=^.*(txt|frm|inc)$
[test-js]