mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-16 23:13:39 -05:00
Added more tests for Realigning unicode content
This commit is contained in:
9
t/fixtures/table/sample_for_header_unicode.txt
Normal file
9
t/fixtures/table/sample_for_header_unicode.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
| abc | 测试长度 | 长测试 |
|
||||
|
||||
| 长 | 测试测试测试测试 | 测试测试 |
|
||||
|
||||
| 测试测试 | 测试 | 测试测测试 |
|
||||
|
||||
| 测试测试测试 | 测试测试 | 测试 |
|
||||
|
||||
8
t/fixtures/table/sample_header_realign_unicode_after.txt
Normal file
8
t/fixtures/table/sample_header_realign_unicode_after.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
|--------------+------------------+------------|
|
||||
| 测试测试 | 测试长度 | 长测试 |
|
||||
|--------------+------------------+-----------:|
|
||||
| abc | 测试长度 | 长测试 |
|
||||
| 长 | 测试测试测试测试 | 测试测试 |
|
||||
| 测试测试 | 测试 | 测试测测试 |
|
||||
| 测试测试测试 | 测试测试 | 测试 |
|
||||
|--------------+------------------+------------|
|
||||
@@ -0,0 +1,8 @@
|
||||
|--------+--------+------|
|
||||
|测试测试|测试长度|长测试|
|
||||
|--------+--------+-----:|
|
||||
|abc|测试长度|长测试|
|
||||
|长|测试测试测试测试|测试测试|
|
||||
|测试测试|测试|测试测测试|
|
||||
|测试测试测试|测试测试|测试|
|
||||
|------------+--------+----|
|
||||
4
t/fixtures/table/sample_realign_unicode_after.txt
Normal file
4
t/fixtures/table/sample_realign_unicode_after.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
| abc | 测试长度 | 长测试 |
|
||||
| 长 | 测试测试测试测试 | 测试测试 |
|
||||
| 测试测试 | 测试 | 测试测测试 |
|
||||
| 测试测试测试 | 测试测试 | 测试 |
|
||||
4
t/fixtures/table/sample_realign_unicode_before.txt
Normal file
4
t/fixtures/table/sample_realign_unicode_before.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
|abc|测试长度|长测试|
|
||||
|长|测试测试测试测试|测试测试|
|
||||
|测试测试|测试|测试测测试|
|
||||
|测试测试测试|测试测试|测试|
|
||||
Reference in New Issue
Block a user