---
source: xee-xpath-compiler/tests/xpath.rs
expression: "run_xml_default_ns(r#\"<doc xmlns=\"http://example.com\"><a/></doc>\"#,\n\"doc / local-name()\", \"http://example.com\")"
---
Ok(
One(
One {
item: Atomic(
String(
String,
"doc",
),
),
},
),
)