From 5b8d31e806d0ce2eda61dac64f807b285638ed35 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 24 Mar 2024 20:07:13 +0100 Subject: [PATCH] test(parser/checked/test): Update test case --- trixy-parser/src/parsing/checked/test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);