Skip to content

Commit a640136

Browse files
add test cases
1 parent f1e6492 commit a640136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/basics.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ end
184184
@test occursin(a, a + b)
185185
@test !occursin(sin(a), a + b + c)
186186
@test occursin(sin(a), a * b + c + sin(a^2 * sin(a)))
187+
@test occursin(0.01, 0.01*a)
188+
@test occursin(0.01, a * b * c)
187189
end
188190

189191
@testset "printing" begin

0 commit comments

Comments
 (0)