(executor)
| 268 | |
| 269 | @dbtest |
| 270 | def test_collapsed_output_special_command(executor): |
| 271 | set_expanded_output(True) |
| 272 | run(executor, "select 1\\g") |
| 273 | assert is_expanded_output() is False |
| 274 | |
| 275 | |
| 276 | @dbtest |
nothing calls this directly
no test coverage detected