()
| 232 | |
| 233 | |
| 234 | def test_transform_assign_system(): |
| 235 | check_transform(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN) |
| 236 | check_transform(ipt2.SystemAssign, MULTILINE_SYSTEM_ASSIGN_AFTER_DEDENT) |
| 237 | |
| 238 | |
| 239 | def test_find_magic_escape(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…