diff --git a/test/table/index.test.ts b/test/table/index.test.ts index d5e4f08e..c6ab0873 100644 --- a/test/table/index.test.ts +++ b/test/table/index.test.ts @@ -90,8 +90,8 @@ ${"\t"}[left https://external.com] ${"\t"}[https://external.com right] ${"\t"}[$ x] ${"\t"}[N35.6812362,E139.7649361] -${"\t"}#hashTag ${"\t"}? helpfeel +${"\t"}1. numbered list ${"\t"}$ commandLine ${"\t"}[progfay.icon] ${"\t"}[https://image.com/image.png] diff --git a/test/table/index.test.ts.snapshot b/test/table/index.test.ts.snapshot index 10ebaf79..6cb3e565 100644 --- a/test/table/index.test.ts.snapshot +++ b/test/table/index.test.ts.snapshot @@ -406,8 +406,8 @@ exports[`Table > Node in table cells 1`] = ` [ { "type": "plain", - "raw": "#hashTag", - "text": "#hashTag" + "raw": "? helpfeel", + "text": "? helpfeel" } ] ], @@ -415,8 +415,8 @@ exports[`Table > Node in table cells 1`] = ` [ { "type": "plain", - "raw": "? helpfeel", - "text": "? helpfeel" + "raw": "1. numbered list", + "text": "1. numbered list" } ] ],