Skip to content

Commit 3c5caf3

Browse files
committed
Update runtests.jl
1 parent 99c346f commit 3c5caf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/runtests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,8 @@ end
13381338
@test stringmime("text/plain", Fill(7,2,3)) == "2×3 Fill{$Int}, with entries equal to 7"
13391339
@test stringmime("text/plain", Fill(8.0,1)) == "1-element Fill{Float64}, with entry equal to 8.0"
13401340
@test stringmime("text/plain", Eye(5)) == "5×5 Eye{Float64}"
1341+
# used downstream in LazyArrays.jl to deduce sparsity
1342+
@test Base.replace_in_print_matrix(Zeros(5,3), 1, 2, "0.0") == ""
13411343

13421344
# 2-arg show, compact printing
13431345
@test repr(Zeros(3)) == "Zeros(3)"

0 commit comments

Comments
 (0)