1 2 3 4 5 6 7 8 9 10 11
--- source: xee-xpath-ast/src/ast/parse3.rs expression: "parse_expr_single(\"1\")" --- Ok(Path(PathExpr( steps: [ PrimaryExpr(Literal(Integer((Positive, [ 1, ])))), ], )))