relax dataframe displayed row counting

pull/469/head
Gerhard Aigner 2023-02-10 09:02:10 +01:00
parent db28a69d94
commit 59332c1768
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ DataFrame(a=rand(10))
``` ```
"""; doctype = "md2html") """; doctype = "md2html")
@test isdefined(doc.chunks[1], :rich_output) @test isdefined(doc.chunks[1], :rich_output)
@test count("<tr>", doc.chunks[1].rich_output) == 12 # additonal 2 for name and type row @test count("<tr", doc.chunks[1].rich_output) == 12 # additonal 2 for name and type row
# limit # limit
n = 100000 n = 100000