Skip to content

Commit

Permalink
Double interpolation to escape quotenode
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored May 7, 2024
1 parent 931e66e commit bbc69b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function _test_all_implementations_inner(title, args, code)
end
quote
for mod in (GeoInterface, ArchGDAL, GeometryBasics, LibGEOS)
@testset "$(isempty(title) ? "" : "$title : " )$mod" begin
@testset "$($(isempty(title) ? "" : "$title : " ))$mod" begin
$let_expr
end
end
Expand Down

0 comments on commit bbc69b8

Please sign in to comment.