Add a test for rendering table with EA characters

Test rending a table with East Asia characters (Chinese, Japanese, Korean).

The verified text file may look weird, but it looks normal and correctly in Console (tested in Windows Terminal, Terminal.app in macOS Monterey)
This commit is contained in:
Liam Sho
2021-08-12 21:57:28 +08:00
committed by Patrik Svensson
parent d306ad82d1
commit 7276e11ecc
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,8 @@
┌───────────────┬───────────────┬──────────────┐
│ Foo │ Bar │ Baz │
├───────────────┼───────────────┼──────────────┤
│ 中文 │ 日本語 │ 한국어 │
│ 这是中文测试 │ これは日本語 │ 이것은한국어 │
│ 字符串 │ のテスト文字 │ 테스트문자열 │
│ │ 列です │ 입니다 │
└───────────────┴───────────────┴──────────────┘