mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-15 06:23:47 -05:00
Minor refactor & improved test coverage
This commit is contained in:
4
t/fixtures/table/sample.txt
Normal file
4
t/fixtures/table/sample.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
| test11 | test12 |
|
||||
| test21 | test22 |
|
||||
|
||||
3
t/fixtures/table/sample_for_header.txt
Normal file
3
t/fixtures/table/sample_for_header.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
| test11 | test12 |
|
||||
|
||||
| test21 | test22 |
|
||||
4
t/fixtures/table/sample_header_realign_after.txt
Normal file
4
t/fixtures/table/sample_header_realign_after.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
| Title | Message |
|
||||
|------:+--------:|
|
||||
| t1 | msg1 |
|
||||
| t2 | msg2 |
|
||||
4
t/fixtures/table/sample_header_realign_before.txt
Normal file
4
t/fixtures/table/sample_header_realign_before.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
| Title | Message |
|
||||
|------:+--------:|
|
||||
| t1 | msg1 |
|
||||
| t2 | msg2 |
|
||||
2
t/fixtures/table/sample_realign_after.txt
Normal file
2
t/fixtures/table/sample_realign_after.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
| test11 | test12 |
|
||||
| test21 | test22 |
|
||||
2
t/fixtures/table/sample_realign_before.txt
Normal file
2
t/fixtures/table/sample_realign_before.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
|test11|test12|
|
||||
|test21|test22|
|
||||
7
t/fixtures/table/sample_with_header.txt
Normal file
7
t/fixtures/table/sample_with_header.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
|--------+---------|
|
||||
| Title | Message |
|
||||
|--------+---------|
|
||||
| test11 | test12 |
|
||||
| test21 | test22 |
|
||||
|--------+---------|
|
||||
|
||||
Reference in New Issue
Block a user