mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
another test
This commit is contained in:
@@ -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")),
|
||||
|
||||
Reference in New Issue
Block a user