Fix test.

This commit is contained in:
Stephen Chung 2022-12-02 17:09:48 +08:00
parent e53be6e8ed
commit b4278fa251

View File

@ -77,7 +77,7 @@ fn test_comments_doc() -> Result<(), Box<EvalAltResult>> {
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