Fixed whitespace processing
This commit is contained in:
@@ -146,7 +146,7 @@ mod tests {
|
||||
#[test]
|
||||
fn test_delete_with_attribute() {
|
||||
let schema_text = std::fs::read_to_string("../../action_schema.xsd").unwrap();
|
||||
let input = r#"<delete id="1234567890"/>"#;
|
||||
let input = r#"<delete id="20250411_170104_361"/>"#;
|
||||
let mut validator = XmlSchemaValidator::new(&schema_text).unwrap();
|
||||
validator.append(input).unwrap();
|
||||
assert!(validator.eof());
|
||||
|
||||
Reference in New Issue
Block a user