()
| 84 | |
| 85 | #[test] |
| 86 | fn test_roundtrip_expr_3() { |
| 87 | let expr = |
| 88 | roundtrip_expr(TableReference::bare("person"), "CAST(id AS VARCHAR)").unwrap(); |
| 89 | assert_snapshot!(expr, @"CAST(id AS VARCHAR)"); |
| 90 | } |
| 91 | |
| 92 | #[test] |
| 93 | fn test_roundtrip_expr_4() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…