From 72a5847c3286e03497d158e32c920e94a6937a37 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Tue, 12 Sep 2023 13:07:38 +0200 Subject: [PATCH] fix juliasyntax test missing from #2526 --- test/packages/Basic.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/packages/Basic.jl b/test/packages/Basic.jl index e60d8f68a1..bc1b204a0b 100644 --- a/test/packages/Basic.jl +++ b/test/packages/Basic.jl @@ -650,6 +650,8 @@ import Distributed end @testset "PlutoRunner Syntax Error" begin + 🍭 = ServerSession() + notebook = Notebook([ Cell("1 +"), Cell("PlutoRunner.throw_syntax_error"), @@ -665,6 +667,8 @@ import Distributed @test Pluto.is_just_text(notebook.topology, notebook.cells[1]) @test !Pluto.is_just_text(notebook.topology, notebook.cells[2]) # Not a syntax error form @test Pluto.is_just_text(notebook.topology, notebook.cells[3]) + + WorkspaceManager.unmake_workspace((🍭, notebook)) end @testset "Precompilation" begin