diff --git a/packages/markitdown/tests/_test_vectors.py b/packages/markitdown/tests/_test_vectors.py index 4a7b54a..74fa9bd 100644 --- a/packages/markitdown/tests/_test_vectors.py +++ b/packages/markitdown/tests/_test_vectors.py @@ -144,10 +144,11 @@ GENERAL_TEST_VECTORS = [ charset="cp932", url=None, must_include=[ - "名前,年齢,住所", - "佐藤太郎,30,東京", - "三木英子,25,大阪", - "髙橋淳,35,名古屋", + "| 名前 | 年齢 | 住所 |", + "| --- | --- | --- |", + "| 佐藤太郎 | 30 | 東京 |", + "| 三木英子 | 25 | 大阪 |", + "| 髙橋淳 | 35 | 名古屋 |", ], must_not_include=[], ),