()
| 237 | |
| 238 | |
| 239 | def test_find_magic_escape(): |
| 240 | check_find(ipt2.EscapedCommand, MULTILINE_MAGIC) |
| 241 | check_find(ipt2.EscapedCommand, INDENTED_MAGIC) |
| 242 | check_find(ipt2.EscapedCommand, MULTILINE_MAGIC_ASSIGN, match=False) |
| 243 | |
| 244 | |
| 245 | def test_transform_magic_escape(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…