Skip to content

Commit 8729bdd

Browse files
authored
Add array / scalar (both of type APL) tests
1 parent 8542267 commit 8729bdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/algebra.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@
7373

7474
@test x * [1+y y] == [x*(1+y) x*y]
7575
@test [1+y y] * x == [(1+y)*x y*x]
76+
@test [1+y y] / x == [(1+y)/x y/x]
7677
end
7778
end

0 commit comments

Comments
 (0)