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

Function test_lexer_basic_match_pattern

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

Source from the content-addressed store, hash-verified

5430
5431#[test]
5432fn test_lexer_basic_match_pattern() {
5433 let result = crate::ast::lexer::tokenize("MATCH (a:User)");
5434 assert!(result.is_ok(), "Basic MATCH pattern should tokenize");
5435}
5436
5437#[test]
5438fn test_lexer_simple_edge_pattern() {

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.85

Tested by

no test coverage detected