Skip to content

Commit 8aa3235

Browse files
committed
Add conversion multiplication test
1 parent 5c9668c commit 8aa3235

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ end
454454
@testset "conversion and constantoperator" begin
455455
A = Conversion(PointSpace(1:4), PointSpace(1:4))
456456
@test convert(Number, A) == 1
457+
f = Fun(PointSpace(1:4))
458+
@test (A * A) * f == A * f == f
457459

458460
C = I : PointSpace(1:4)
459461
C2 = C * C

0 commit comments

Comments
 (0)