()
| 414 | /// `OPTIONAL MATCH` routes to the graph parser. |
| 415 | #[test] |
| 416 | fn graph_dispatch_optional_match() { |
| 417 | let _ = parse("OPTIONAL MATCH (a) RETURN a"); |
| 418 | } |
| 419 | |
| 420 | /// `OPTIONAL` followed by something other than `MATCH` must NOT route to |
| 421 | /// the graph parser (falls through to DDL families, which return None). |