Skip to content

Commit d8715b2

Browse files
committed
test for multiplication
1 parent eb24304 commit d8715b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,9 @@ end
359359
@testset "type parameter conversion" begin
360360
C = Conversion(PointSpace(1:3), PointSpace(1:3));
361361
@test typeof(C)(C) == C
362+
363+
M = Multiplication(Fun(PointSpace(1:3)), PointSpace(1:3))
364+
@test typeof(M)(M) == M
362365
end
363366
end
364367

0 commit comments

Comments
 (0)