We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f61dd8 commit 9a7a9caCopy full SHA for 9a7a9ca
test/show.jl
@@ -24,5 +24,5 @@
24
@test sprint(show, -(1.0 + 3.1im) * z*x) == "(-1.0 - 3.1im)xz"
25
@test sprint(show, x^2 + (1.0 + 3.1im) * x) == "x^2 + (1.0 + 3.1im)x"
26
@test sprint(show, x^2 - (1.0 + 3.1im) * x) == "x^2 + (-1.0 - 3.1im)x"
27
- @test sprint(show, [1.0, 2.0] * x == "([1.0, 2.0])x")
+ @test sprint(show, [1.0, 2.0] * x) == "([1.0, 2.0])x"
28
end
0 commit comments