()
| 198 | check_find(ipt2.EscapedCommand, MULTILINE_MAGIC_ASSIGN, match=False) |
| 199 | |
| 200 | def test_transform_magic_escape(): |
| 201 | check_transform(ipt2.EscapedCommand, MULTILINE_MAGIC) |
| 202 | check_transform(ipt2.EscapedCommand, INDENTED_MAGIC) |
| 203 | check_transform(ipt2.EscapedCommand, CRLF_MAGIC) |
| 204 | |
| 205 | def test_find_autocalls(): |
| 206 | for case in [AUTOCALL_QUOTE, AUTOCALL_QUOTE2, AUTOCALL_PAREN]: |
nothing calls this directly
no test coverage detected