You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let parsed = parse_comment("@param random Random thing lmao\n\n@block This is going to be\nA block of text\nThis is crazy right??\n\nHello this is not anotated\n");
98
+
//println!("{:?}", parsed);
99
+
}
100
+
101
+
#[test]
102
+
fnitalic_works(){
103
+
let parsed = parse_comment("@brief \\a example \\\\e example 2 @em example 3");
0 commit comments