From c17f412440bc089e167f6622ca91c43f631fe5e5 Mon Sep 17 00:00:00 2001 From: progfay <19568747+progfay@users.noreply.github.com> Date: Sun, 23 Nov 2025 17:44:04 +0900 Subject: [PATCH] update test of table --- test/table/index.test.ts | 2 +- test/table/index.test.ts.snapshot | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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" } ] ],