1 2 3 4 5 6 7 8 9 10 11 12 13
--- source: xee-xpath-ast/src/parser/mod.rs expression: "ast::ExprSingle::parse(\"self::text()\")" --- Ok(Path(PathExpr( steps: [ AxisStep(AxisStep( axis: Self_, node_test: KindTest(Text), predicates: [], )), ], )))