Fix test.
This commit is contained in:
parent
e53be6e8ed
commit
b4278fa251
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user