Skip to content

Commit

Permalink
issue #22 is partially fixed now
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl Wessel committed Jun 10, 2019
1 parent 7aef923 commit 35f2c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/issuestests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ end
@test_broken SValue{V}(-1, a)
end

@testset "Issue 22: Error in MultiVector constructor for Blades" begin
@testset "Issue #22: Error in MultiVector constructor for Blades" begin
basis"++"

a = v1 + v2
@test typeof(a) <: MBlade

@test_broken MultiVector(a)
@test_broken SBlade(v)
@test MultiVector(a) == v1 + v2
@test_broken SBlade(v) == v
end
end

0 comments on commit 35f2c6c

Please sign in to comment.