()
| 592 | |
| 593 | #[test] |
| 594 | fn test_unary() { |
| 595 | assert_is_formatted(r#"sort {-duration}"#); |
| 596 | |
| 597 | assert_is_formatted(r#"select a = -b"#); |
| 598 | assert_is_formatted(r#"join `project-bar.dataset.table` (==col_bax)"#); |
| 599 | } |
| 600 | |
| 601 | #[test] |
| 602 | fn test_binary() { |
nothing calls this directly
no test coverage detected