Skip to content

Commit ef4904d

Browse files
committed
use correct options
1 parent 4b6a6e7 commit ef4904d

File tree

5 files changed

+5424
-105
lines changed

5 files changed

+5424
-105
lines changed

test/specs/commonmark/commonmark.0.29.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,17 @@
262262
"example": 33,
263263
"start_line": 787,
264264
"end_line": 791,
265-
"section": "ATX headings"
265+
"section": "ATX headings",
266+
"shouldFail": true
266267
},
267268
{
268269
"markdown": "#5 bolt\n\n#hashtag\n",
269270
"html": "<p>#5 bolt</p>\n<p>#hashtag</p>\n",
270271
"example": 34,
271272
"start_line": 802,
272273
"end_line": 809,
273-
"section": "ATX headings"
274+
"section": "ATX headings",
275+
"shouldFail": true
274276
},
275277
{
276278
"markdown": "\\## foo\n",
@@ -886,7 +888,8 @@
886888
"example": 110,
887889
"start_line": 1908,
888890
"end_line": 1919,
889-
"section": "Fenced code blocks"
891+
"section": "Fenced code blocks",
892+
"shouldFail": true
890893
},
891894
{
892895
"markdown": "foo\n---\n~~~\nbar\n~~~\n# baz\n",
@@ -2212,24 +2215,25 @@
22122215
"example": 273,
22132216
"start_line": 4928,
22142217
"end_line": 4938,
2215-
"section": "Lists"
2218+
"section": "Lists",
2219+
"shouldFail": true
22162220
},
22172221
{
22182222
"markdown": "The number of windows in my house is\n14. The number of doors is 6.\n",
22192223
"html": "<p>The number of windows in my house is\n14. The number of doors is 6.</p>\n",
22202224
"example": 274,
22212225
"start_line": 5005,
22222226
"end_line": 5011,
2223-
"section": "Lists",
2224-
"shouldFail": true
2227+
"section": "Lists"
22252228
},
22262229
{
22272230
"markdown": "The number of windows in my house is\n1. The number of doors is 6.\n",
22282231
"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",
22292232
"example": 275,
22302233
"start_line": 5015,
22312234
"end_line": 5023,
2232-
"section": "Lists"
2235+
"section": "Lists",
2236+
"shouldFail": true
22332237
},
22342238
{
22352239
"markdown": "- foo\n\n- bar\n\n\n- baz\n",
@@ -4904,8 +4908,7 @@
49044908
"example": 598,
49054909
"start_line": 8787,
49064910
"end_line": 8791,
4907-
"section": "Autolinks",
4908-
"shouldFail": true
4911+
"section": "Autolinks"
49094912
},
49104913
{
49114914
"markdown": "<http://example.com/\\[\\>\n",
@@ -4953,8 +4956,7 @@
49534956
"example": 604,
49544957
"start_line": 8850,
49554958
"end_line": 8854,
4956-
"section": "Autolinks",
4957-
"shouldFail": true
4959+
"section": "Autolinks"
49584960
},
49594961
{
49604962
"markdown": "<m:abc>\n",
@@ -4978,17 +4980,15 @@
49784980
"example": 607,
49794981
"start_line": 8871,
49804982
"end_line": 8875,
4981-
"section": "Autolinks",
4982-
"shouldFail": true
4983+
"section": "Autolinks"
49834984
},
49844985
{
49854986
"markdown": "foo@bar.example.com\n",
49864987
"html": "<p>foo@bar.example.com</p>\n",
49874988
"example": 608,
49884989
"start_line": 8878,
49894990
"end_line": 8882,
4990-
"section": "Autolinks",
4991-
"shouldFail": true
4991+
"section": "Autolinks"
49924992
},
49934993
{
49944994
"markdown": "<a><bab><c2c>\n",

0 commit comments

Comments
 (0)