Fix test formatting.

This commit is contained in:
Stephen Chung
2021-03-27 18:08:34 +08:00
parent 47588f9784
commit ea970631ff
10 changed files with 45 additions and 45 deletions

View File

@@ -324,7 +324,7 @@ fn test_closures_external() -> Result<(), Box<EvalAltResult>> {
r#"
let test = "hello";
|x| test + x
"#,
"#,
)?;
// Save the function pointer together with captured variables