Skip to content

Commit

Permalink
Reenable test for issue 30589
Browse files Browse the repository at this point in the history
  • Loading branch information
goggle committed Nov 23, 2019
1 parent 748c108 commit c8aa9de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/SparseArrays/test/sparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2264,6 +2264,9 @@ end
brailleString = "⠑⢄" * Char(10240)^3 * "\n" * Char(10240)^2 * "⠑⢄" * Char(10240) * "\n" * Char(10240)^4 * ""
@test String(take!(io)) == brailleString

# Issue #30589
@test repr("text/plain", sparse([true true])) == "1×2 SparseArrays.SparseMatrixCSC{Bool,$Int} with 2 stored entries:\n 1 1"

function _filled_sparse(m::Integer, n::Integer)
C = CartesianIndices((m, n))[:]
Is = [Int64(x[1]) for x in C]
Expand Down

0 comments on commit c8aa9de

Please sign in to comment.