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
Copy file name to clipboardExpand all lines: src/parser/mod.rs
+1-2
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,12 @@ mod tests {
95
95
#[test]
96
96
fntest(){
97
97
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);
98
+
println!("{:?}", parsed);
99
99
}
100
100
101
101
#[test]
102
102
fnitalic_works(){
103
103
let parsed = parse_comment("@brief \\a example \\\\e example 2 @em example 3");
0 commit comments