Skip to content

Commit ce444b6

Browse files
authored
update test of table (#1993)
1 parent a8eb1e2 commit ce444b6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/table/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ ${"\t"}[left https://external.com]
9090
${"\t"}[https://external.com right]
9191
${"\t"}[$ x]
9292
${"\t"}[N35.6812362,E139.7649361]
93-
${"\t"}#hashTag
9493
${"\t"}? helpfeel
94+
${"\t"}1. numbered list
9595
${"\t"}$ commandLine
9696
${"\t"}[progfay.icon]
9797
${"\t"}[https://image.com/image.png]

test/table/index.test.ts.snapshot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,17 +406,17 @@ exports[`Table > Node in table cells 1`] = `
406406
[
407407
{
408408
"type": "plain",
409-
"raw": "#hashTag",
410-
"text": "#hashTag"
409+
"raw": "? helpfeel",
410+
"text": "? helpfeel"
411411
}
412412
]
413413
],
414414
[
415415
[
416416
{
417417
"type": "plain",
418-
"raw": "? helpfeel",
419-
"text": "? helpfeel"
418+
"raw": "1. numbered list",
419+
"text": "1. numbered list"
420420
}
421421
]
422422
],

0 commit comments

Comments
 (0)