fix(mbe): update test

This commit is contained in:
Luiz Carvalho 2023-12-19 01:03:00 -03:00
parent 117a28a065
commit 6f58e98f2c
No known key found for this signature in database

View file

@ -1219,7 +1219,7 @@ macro_rules! m {
($(#[$m:meta])+) => ( $(#[$m])+ fn bar() {} )
}
#[doc = r" Single Line Doc 1"]
#[doc = "
#[doc = r"
MultiLines Doc
"] fn bar() {}
"##]],