()
| 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(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…