We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e87175 commit 1da6ee0Copy full SHA for 1da6ee0
1 file changed
test/StdTest.jl
@@ -58,7 +58,7 @@ end
58
@test to_std_string(mult(a, x)) == "ax"
59
@test to_std_string(mult(xt, a)) == "axᵀ"
60
@test to_std_string(mult(a, xt)) == "axᵀ"
61
- @test to_std_string(mult(b, a)) == "ab"
+ @test_broken to_std_string(mult(b, a)) == "ab" # TODO: Implement lexicographical ordering
62
end
63
64
@testset "to_std_string output is correct with matrix-vector contraction" begin
0 commit comments