diff --git a/tests/comments.rs b/tests/comments.rs index 38da0c1f..16ed38cf 100644 --- a/tests/comments.rs +++ b/tests/comments.rs @@ -77,7 +77,7 @@ fn test_comments_doc() -> Result<(), Box> { assert_eq!( ast.iter_functions().next().unwrap().comments[0], - "/** Hello world\n ** how are you?\n **/" + "/** Hello world\n** how are you?\n**/" ); assert!(engine