Skip to content

Commit bd86bd8

Browse files
committed
add two two further cases.
1 parent 20871a0 commit bd86bd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test_zerovector.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ using ManifoldsBase, Test
99
@test X - Y == -Y
1010
@test Y - X == Y
1111
@test X - X == X
12+
@test -X == X
13+
@test allocate(X) == ZeroVector()
1214
@test 1.0 * X == X
1315
@test 0.1 * X == X
1416

0 commit comments

Comments
 (0)