test(parser/checked/test): Update test case
This commit is contained in:
parent
f24d6310fd
commit
5b8d31e806
|
@ -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);
|
||||||
|
|
Reference in New Issue