MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / test_lexer_simple_edge_pattern

Function test_lexer_simple_edge_pattern

graphlite/src/ast/parser.rs:5438–5441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5436
5437#[test]
5438fn test_lexer_simple_edge_pattern() {
5439 let result = crate::ast::lexer::tokenize("MATCH (a)-[:NEXT]->(b) RETURN a");
5440 assert!(result.is_ok(), "Simple edge pattern should tokenize");
5441}
5442
5443#[test]
5444fn test_lexer_complex_where_pattern() {

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.85

Tested by

no test coverage detected