Skip to content

Commit e74d1e9

Browse files
committed
test for multiplication
1 parent 3f9bd1a commit e74d1e9

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
@@ -362,6 +362,9 @@ end
362362
@testset "type parameter conversion" begin
363363
C = Conversion(PointSpace(1:3), PointSpace(1:3));
364364
@test typeof(C)(C) == C
365+
366+
M = Multiplication(Fun(PointSpace(1:3)), PointSpace(1:3))
367+
@test typeof(M)(M) == M
365368
end
366369
end
367370

0 commit comments

Comments
 (0)