Skip to content

Commit 1930715

Browse files
committed
Add example of failing expression
1 parent 76bf09d commit 1930715

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/semipoly.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,3 +509,7 @@ for i=1:20
509509
trial()
510510
end
511511
end
512+
513+
@testset "Extracted from fuzz testing" begin
514+
@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)
515+
end

0 commit comments

Comments
 (0)