lipgloss/table/testdata/TestStyleFunc/right-aligned_text_with_margins.golden
bashbunni d8581323b6
fix(table): include margins in cell width (#401)
* test(table): modify test to show bug

* fix(table): account for margin in cell height and width

* test(table): add sizing tests for margins and padding

* test(table): move TestSizing to another branch

* chore: tidy + force truecolor in test

* chore(lint): remove nil check on []string
2024-10-21 09:00:40 -07:00

9 lines
654 B
Plaintext

┌──────────┬──────────────┬───────────┐
│ LANGUAGE │ FORMAL │ INFORMAL │
├──────────┼──────────────┼───────────┤
│ Chinese │ Nǐn hǎo │ Nǐ hǎo │
│ French │ Bonjour │ Salut │
│ Japanese │ こんにちは │ やあ │
│ Russian │ Zdravstvuyte │ Privet │
│ Spanish │ Hola │ ¿Qué tal? │
└──────────┴──────────────┴───────────┘