diff --git a/test/runtests.jl b/test/runtests.jl index 27fb4b8..42c11d7 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -75,10 +75,10 @@ using Test write( sb, """ - x = 2 + 2 - print(x) - x + 1 - """ + x = 2 + 2 + print(x) + x + 1 + """ ) (result, output) = CodeEvaluation.evaluate!(sb) @test result === 5