1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-10-15 07:20:35 +02:00

Vector{Groups.FreeGroupElem} fixed itself

This commit is contained in:
kalmarek 2018-04-03 15:43:17 +02:00
parent 435d3d88ad
commit d46c5dafcc

View File

@ -56,7 +56,7 @@ end
@testset "internal arithmetic" begin
@test_broken Vector{Groups.FreeGroupElem}([s,t]) == [Groups.GroupWord(s), Groups.GroupWord(t)]
@test Vector{Groups.FreeGroupElem}([s,t]) == [Groups.GroupWord(s), Groups.GroupWord(t)]
@test (s*s).symbols == (s^2).symbols
@test hash([t^1,s^1]) == hash([t^2*inv(t),s*inv(s)*s])