test(table): add style and border tests

This commit is contained in:
bashbunni
2025-04-03 16:02:50 -07:00
parent ae7fb0d592
commit 5191362e39
13 changed files with 386 additions and 118 deletions
+10
View File
@@ -0,0 +1,10 @@
┌────────────────────────────────────┐
│RankCity Country Population│
├────────────────────────────────────┤
│1 Tokyo Japan 37,274,000│
│2 Delhi India 32,065,760│
│3 Shanghai China 28,516,904│
│4 Dhaka Bangladesh22,478,116│
│5 São Paulo Brazil 22,429,800│
│… … … … │
└────────────────────────────────────┘
+10
View File
@@ -0,0 +1,10 @@
┌────────────────────────────────────────────┐
│ Rank  City   Country   Population │
├────────────────────────────────────────────┤
│ 1   Tokyo   Japan   37,274,000 │
│ 2   Delhi   India   32,065,760 │
│ 3   Shanghai   China   28,516,904 │
│ 4   Dhaka   Bangladesh  22,478,116 │
│ 5   São Paulo   Brazil   22,429,800 │
│ …   …   …   …  │
└────────────────────────────────────────────┘