File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1339,6 +1339,30 @@ for (const [c, token] of /** @type {const} */([
13391339 children : [ "d" ] ,
13401340 } ] ,
13411341 )
1342+
1343+ // TODO: issue #18
1344+ // test_single_write("Code_Fence ("+l+") after " + list_name + suffix,
1345+ // c+" "+"a"+"\n"+
1346+ // fence+"\n"+
1347+ // "b"+"\n"+
1348+ // "c"+"\n"+
1349+ // fence+"\n"+
1350+ // "d",
1351+ // [{
1352+ // type : token,
1353+ // attrs : attrs,
1354+ // children: [{
1355+ // type : smd.Token.List_Item,
1356+ // children: ["a"],
1357+ // }],
1358+ // }, {
1359+ // type : smd.Token.Paragraph,
1360+ // children: [{
1361+ // type : smd.Token.Code_Fence,
1362+ // children: ["b\nc"],
1363+ // }, "d"],
1364+ // }],
1365+ // )
13421366 }
13431367
13441368 // test_single_write(list_name + " single line nesting" + suffix,
You can’t perform that action at this time.
0 commit comments