We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773c2e5 commit 63f0b1aCopy full SHA for 63f0b1a
test/string.jl
@@ -1,5 +1,5 @@
1
function test_string_and_show(x, s)
2
- b = IOBuffer
+ b = IOBuffer()
3
show(b, x)
4
@test String(take!(b)) == string(x) == s
5
end
0 commit comments