Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_events
Function
test_events
tests/test_markup.py:188–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
187
188
def
test_events():
189
result = render(
"[@click]Hello[/@click] [@click='view.toggle', 'left']World[/]"
)
190
assert str(result) ==
"Hello World"
191
192
193
def
test_events_broken():
Callers
nothing calls this directly
Calls
1
render
Function · 0.90
Tested by
no test coverage detected