mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:47:34 +00:00
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:
parent
57ec19f963
commit
8d2c04821f
6 changed files with 71 additions and 1 deletions
|
@ -9,6 +9,7 @@ add_subdirectory(LibGfx)
|
|||
add_subdirectory(LibIMAP)
|
||||
add_subdirectory(LibJS)
|
||||
add_subdirectory(LibM)
|
||||
add_subdirectory(LibMarkdown)
|
||||
add_subdirectory(LibPthread)
|
||||
add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibSQL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue