mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
snapshot tests
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from rich.text import Text
|
||||
|
||||
from textual.app import App, ComposeResult
|
||||
from textual.widgets import RadioButton, RadioSet
|
||||
|
||||
@@ -15,7 +17,9 @@ class RadioChoicesApp(App[None]):
|
||||
yield RadioButton("Star Wars: A New Hope")
|
||||
yield RadioButton("The Last Starfighter")
|
||||
yield RadioButton(
|
||||
"Total Recall :backhand_index_pointing_right: :red_circle:"
|
||||
Text.from_markup(
|
||||
"Total Recall :backhand_index_pointing_right: :red_circle:"
|
||||
)
|
||||
)
|
||||
yield RadioButton("Wing Commander")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user