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

@@ -17,7 +17,7 @@ fn test_while() -> Result<(), Box<EvalAltResult>> {
}
x
",
",
)?,
6
);
@@ -42,7 +42,7 @@ fn test_do() -> Result<(), Box<EvalAltResult>> {
} while x < 10;
x
",
",
)?,
6
);