diff --git a/trixy-parser/src/parsing/checked/test.rs b/trixy-parser/src/parsing/checked/test.rs index ef6e7a5..86b5bb4 100644 --- a/trixy-parser/src/parsing/checked/test.rs +++ b/trixy-parser/src/parsing/checked/test.rs @@ -268,12 +268,12 @@ mod trinitrix { }, generic_args: vec![], }), - attributes: vec![Attribute::doc("Second doc comment".to_owned())], + attributes: vec![Attribute::doc(" Second doc comment".to_owned())], }], structures: vec![], enumerations: vec![], namespaces: vec![], - attributes: vec![Attribute::doc("First doc comment".to_owned())], + attributes: vec![Attribute::doc(" First doc comment".to_owned())], }], }; assert_eq!(output, expected);