-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Markdown spec examples need updating in tests #13591
Copy link
Copy link
Closed
Labels
lang:markdownIssues affecting MarkdownIssues affecting Markdownlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:testsIssues about tests that are not correct, should be added, or similarIssues about tests that are not correct, should be added, or similar
Metadata
Metadata
Assignees
Labels
lang:markdownIssues affecting MarkdownIssues affecting Markdownlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:testsIssues about tests that are not correct, should be added, or similarIssues about tests that are not correct, should be added, or similar
The contents of the tests/format/markdown/spec folder date back to #2943 (June 2017). CommonMark spec has been updated since then and enumerates 652 examples (v0.30) instead of 616 (v0.25).
We should probably sync the list of examples to make sure that nothing is missing. Getting the sequencing right should improve DX too. In the meantime, I have inserted a few files named
commonmark-0.30-example-xxx.mdto close the gap.@ikatyang do you remember using any automation to populate the examples?