---
source: xee-xpath/src/ast_ir.rs
expression: "convert_expr_single(\"1 cast as xs:string?\")"
---
Ok(
Spanned {
value: Cast(
Cast {
atom: Spanned {
value: Const(
Integer(
1,
),
),
span: 0..1,
},
xs: String,
empty_sequence_allowed: true,
},
),
span: 0..20,
},
)