MCPcopy Create free account
hub / github.com/pest-parser/pest / range_missing_range_operator

Function range_missing_range_operator

meta/src/parser.rs:1423–1432  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1421
1422 #[test]
1423 fn range_missing_range_operator() {
1424 fails_with! {
1425 parser: PestParser,
1426 input: "a = { \'a\' }",
1427 rule: Rule::grammar_rules,
1428 positives: vec![Rule::range_operator],
1429 negatives: vec![],
1430 pos: 10
1431 };
1432 }
1433
1434 #[test]
1435 fn wrong_postfix() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…