Skip to content

Commit 75cee99

Browse files
Add test for merging Pow's
1 parent f71d509 commit 75cee99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/basics.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,6 @@ end
195195
@test x - x === 0
196196
@test isequal(-x, -1x)
197197
@test isequal(x^1, x)
198+
@test isequal((x^-1)*inv(x^-1), 1)
198199
end
199200
end

0 commit comments

Comments
 (0)