mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
enable console markup (#2122)
* enable console markup * changelog * snapshot
This commit is contained in:
@@ -319,3 +319,7 @@ def test_remove_with_auto_height(snap_compare):
|
||||
|
||||
def test_auto_table(snap_compare):
|
||||
assert snap_compare(SNAPSHOT_APPS_DIR / "auto-table.py", terminal_size=(120, 40))
|
||||
|
||||
|
||||
def test_table_markup(snap_compare):
|
||||
assert snap_compare(SNAPSHOT_APPS_DIR / "table_markup.py")
|
||||
|
||||
Reference in New Issue
Block a user