()
| 396 | /// `MATCH` as first real token routes to the graph parser. |
| 397 | #[test] |
| 398 | fn graph_dispatch_match_plain() { |
| 399 | let _ = parse("MATCH (a)-[]->(b) RETURN a"); |
| 400 | } |
| 401 | |
| 402 | /// `GRAPH` as first real token routes to the graph parser. |
| 403 | #[test] |