Skip to content

Commit b9f1961

Browse files
committed
Add todo test case for issue #18
1 parent 9765b12 commit b9f1961

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

smd_test.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)