From 292f1fc218fa53020f947a5ea9e0f891a312fe3d Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Sun, 14 Apr 2024 14:01:07 +0200 Subject: [PATCH] testfix --- test/runtests.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index 97ea0fa..ba6ca3d 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1479,9 +1479,7 @@ end end @test default_codefence == pick_codefence(Literate.DocumenterFlavor(), true, "testname") documenter_codefence = ("````@example testname" => "````") @test documenter_codefence == pick_codefence(Literate.DocumenterFlavor(), false, "testname") - let expected_exception=ErrorException("QuartoFlavor does not support argument execute=true!") - @test_throws expected_exception pick_codefence(Literate.QuartoFlavor(), true, "testname") - end + @test ("```{julia}" => "```") == pick_codefence(Literate.QuartoFlavor(), true, "testname") @test ("```{julia}" => "```") == pick_codefence(Literate.QuartoFlavor(), false, "testname") # Misc default configs