Skip to content

Commit d5c812d

Browse files
authored
Tests for Conversion space promotion (#540)
1 parent 513ada0 commit d5c812d

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
@@ -471,6 +471,9 @@ end
471471
M = Multiplication(Fun(PointSpace(1:4)), PointSpace(1:4))
472472
M2 = @inferred C * M * C
473473
@test M2 * f M * f
474+
475+
@test @inferred(C : PointSpace(1:4)) == C
476+
@test @inferred(C PointSpace(1:4)) == C
474477
end
475478
@testset "ConstantOperator" begin
476479
C = ConstantOperator(3.0, PointSpace(1:4))

0 commit comments

Comments
 (0)