()
| 78 | |
| 79 | #[test] |
| 80 | fn test_roundtrip_expr_2() { |
| 81 | let expr = roundtrip_expr(TableReference::bare("person"), "id = '10'").unwrap(); |
| 82 | assert_snapshot!(expr, @"(id = '10')"); |
| 83 | } |
| 84 | |
| 85 | #[test] |
| 86 | fn test_roundtrip_expr_3() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…