Skip to content

Commit

Permalink
Add tests on ^
Browse files Browse the repository at this point in the history
  • Loading branch information
wsshin authored Oct 2, 2023
1 parent 041963c commit 35797f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ using Test
@test prefix * x == prefix.factor * x
@test x / prefix == x / prefix.factor
@test prefix / x == prefix.factor / x
@test x ^ prefix == x ^ prefix.factor
@test prefix ^ x == prefix.factor ^ x

xs = 1:10
@test x .* prefix == x .* prefix.factor
Expand Down

0 comments on commit 35797f5

Please sign in to comment.