()
| 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() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…