()
| 2438 | |
| 2439 | #[tokio::test] |
| 2440 | async fn parser_rejects_unknown_command() { |
| 2441 | assert_parse_error("wat\n", "Unrecognized command: wat").await; |
| 2442 | } |
| 2443 | |
| 2444 | #[tokio::test] |
| 2445 | async fn parser_rejects_assert_without_column_count() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…