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

Function test_lexer_variable_length_pattern

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

Source from the content-addressed store, hash-verified

5449
5450#[test]
5451fn test_lexer_variable_length_pattern() {
5452 let result = crate::ast::lexer::tokenize("-[:NEXT]{1,3}->");
5453 assert!(result.is_ok(), "Variable-length pattern should tokenize");
5454}
5455
5456#[test]
5457fn test_parser_match_user_return() {

Callers

nothing calls this directly

Calls 1

tokenizeFunction · 0.85

Tested by

no test coverage detected