Skip to content

Commit

Permalink
use correct options
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jul 1, 2019
1 parent 4b6a6e7 commit ef4904d
Show file tree
Hide file tree
Showing 5 changed files with 5,424 additions and 105 deletions.
30 changes: 15 additions & 15 deletions test/specs/commonmark/commonmark.0.29.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,17 @@
"example": 33,
"start_line": 787,
"end_line": 791,
"section": "ATX headings"
"section": "ATX headings",
"shouldFail": true
},
{
"markdown": "#5 bolt\n\n#hashtag\n",
"html": "<p>#5 bolt</p>\n<p>#hashtag</p>\n",
"example": 34,
"start_line": 802,
"end_line": 809,
"section": "ATX headings"
"section": "ATX headings",
"shouldFail": true
},
{
"markdown": "\\## foo\n",
Expand Down Expand Up @@ -886,7 +888,8 @@
"example": 110,
"start_line": 1908,
"end_line": 1919,
"section": "Fenced code blocks"
"section": "Fenced code blocks",
"shouldFail": true
},
{
"markdown": "foo\n---\n~~~\nbar\n~~~\n# baz\n",
Expand Down Expand Up @@ -2212,24 +2215,25 @@
"example": 273,
"start_line": 4928,
"end_line": 4938,
"section": "Lists"
"section": "Lists",
"shouldFail": true
},
{
"markdown": "The number of windows in my house is\n14. The number of doors is 6.\n",
"html": "<p>The number of windows in my house is\n14. The number of doors is 6.</p>\n",
"example": 274,
"start_line": 5005,
"end_line": 5011,
"section": "Lists",
"shouldFail": true
"section": "Lists"
},
{
"markdown": "The number of windows in my house is\n1. The number of doors is 6.\n",
"html": "<p>The number of windows in my house is</p>\n<ol>\n<li>The number of doors is 6.</li>\n</ol>\n",
"example": 275,
"start_line": 5015,
"end_line": 5023,
"section": "Lists"
"section": "Lists",
"shouldFail": true
},
{
"markdown": "- foo\n\n- bar\n\n\n- baz\n",
Expand Down Expand Up @@ -4904,8 +4908,7 @@
"example": 598,
"start_line": 8787,
"end_line": 8791,
"section": "Autolinks",
"shouldFail": true
"section": "Autolinks"
},
{
"markdown": "<http://example.com/\\[\\>\n",
Expand Down Expand Up @@ -4953,8 +4956,7 @@
"example": 604,
"start_line": 8850,
"end_line": 8854,
"section": "Autolinks",
"shouldFail": true
"section": "Autolinks"
},
{
"markdown": "<m:abc>\n",
Expand All @@ -4978,17 +4980,15 @@
"example": 607,
"start_line": 8871,
"end_line": 8875,
"section": "Autolinks",
"shouldFail": true
"section": "Autolinks"
},
{
"markdown": "foo@bar.example.com\n",
"html": "<p>foo@bar.example.com</p>\n",
"example": 608,
"start_line": 8878,
"end_line": 8882,
"section": "Autolinks",
"shouldFail": true
"section": "Autolinks"
},
{
"markdown": "<a><bab><c2c>\n",
Expand Down
Loading

0 comments on commit ef4904d

Please sign in to comment.