()
| 193 | check_transform(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT) |
| 194 | |
| 195 | def test_find_magic_escape(): |
| 196 | check_find(ipt2.EscapedCommand, MULTILINE_MAGIC) |
| 197 | check_find(ipt2.EscapedCommand, INDENTED_MAGIC) |
| 198 | check_find(ipt2.EscapedCommand, MULTILINE_MAGIC_ASSIGN, match=False) |
| 199 | |
| 200 | def test_transform_magic_escape(): |
| 201 | check_transform(ipt2.EscapedCommand, MULTILINE_MAGIC) |
nothing calls this directly
no test coverage detected