()
| 401 | |
| 402 | |
| 403 | def test_help_end(): |
| 404 | tt.check_pairs(transform_and_reset(ipt.help_end), syntax['end_help']) |
| 405 | |
| 406 | def test_escaped_noesc(): |
| 407 | tt.check_pairs(transform_and_reset(ipt.escaped_commands), syntax['escaped_noesc']) |
nothing calls this directly
no test coverage detected