From b4278fa251792cd071b03f032ab5321128108cd8 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 2 Dec 2022 17:09:48 +0800 Subject: [PATCH] Fix test. --- tests/comments.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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