Skip to content

Commit 14dddce

Browse files
committed
Update test_chebyshev.jl
1 parent 7058386 commit 14dddce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_chebyshev.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ Base.:(==)(::FooBasis, ::FooBasis) = true
171171
@test T'*(2T*randn(5)) isa Vector
172172
@test (2T)'*(T*(1:5)) T'*(2T*(1:5)) T'BroadcastQuasiMatrix(*, 2, T*(1:5))
173173
@test T' * (a .* (T * (1:5))) T' * ((a .* T) * (1:5))
174+
@test T'BroadcastQuasiMatrix(*, 2, 2T) == 4*(T'T)
174175

175176
@test LazyArrays.simplifiable(*, T', T*(1:5)) == Val(true)
176177
@test LazyArrays.simplifiable(*, T', (a .* (T * (1:5)))) == Val(true)

0 commit comments

Comments
 (0)