Skip to content

Commit

Permalink
Add example of failing expression
Browse files Browse the repository at this point in the history
  • Loading branch information
contradict committed Sep 23, 2024
1 parent 76bf09d commit 1930715
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/semipoly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,7 @@ for i=1:20
trial()
end
end

@testset "Extracted from fuzz testing" begin
@test verify(2.25(2.0 + 2c)*(c^2), Dict{Any, Any}(c^3 => 4.5, c^2 => 4.5), Num[c, y, z], 0)
end

0 comments on commit 1930715

Please sign in to comment.