another test

This commit is contained in:
Will McGugan
2025-06-08 20:30:15 +01:00
parent ffd644972a
commit 2f8f5b9dbb

View File

@@ -18,6 +18,7 @@ from textual.markup import MarkupError, to_content
("[0", Content("[0")),
("[0]", Content("[0]")),
("[red", Content("[red")),
("[red]", Content("")),
("foo", Content("foo")),
("foo\n", Content("foo\n")),
("foo\nbar", Content("foo\nbar")),