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