test(parser/checked/test): Update test case

This commit is contained in:
Benedikt Peetz 2024-03-24 20:07:13 +01:00
parent ce1e4d83b9
commit 0a6159ef86
Signed by: bpeetz
GPG Key ID: A5E94010C3A642AD
1 changed files with 2 additions and 2 deletions

View File

@ -268,12 +268,12 @@ mod trinitrix {
}, },
generic_args: vec![], generic_args: vec![],
}), }),
attributes: vec![Attribute::doc("Second doc comment".to_owned())], attributes: vec![Attribute::doc(" Second doc comment".to_owned())],
}], }],
structures: vec![], structures: vec![],
enumerations: vec![], enumerations: vec![],
namespaces: 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); assert_eq!(output, expected);