Skip to content

Commit 0895506

Browse files
committed
test display
1 parent cbe635b commit 0895506

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/StandardBasis.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,9 @@ end
10991099
@test derivative(p₁) == p₀
11001100
@test integrate(p₀, 1) == p₁
11011101
@test integrate(p₁) == p₂
1102+
if P != Polynomials.MutableSparseVectorPolynomial{Polynomials.StandardBasis}
1103+
@test repr(derivative(p₁)) == string(P)*"(0.0)" # #615 display issue
1104+
end
11021105

11031106
P <: FactoredPolynomial && continue
11041107

0 commit comments

Comments
 (0)