Skip to content

Commit

Permalink
Merge branch 'main' into pr/2240
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 12, 2023
2 parents 3ee93ac + 72a5847 commit cabb52c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/packages/Basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,8 @@ import Malt
end

@testset "PlutoRunner Syntax Error" begin
🍭 = ServerSession()

notebook = Notebook([
Cell("1 +"),
Cell("PlutoRunner.throw_syntax_error"),
Expand All @@ -668,6 +670,8 @@ import Malt
@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
Expand Down

0 comments on commit cabb52c

Please sign in to comment.