We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa8c66 commit 9f3377dCopy full SHA for 9f3377d
src/abstractdataframe/io.jl
@@ -8,7 +8,7 @@ function escapedprint(io::IO, x::Any, escapes::AbstractString)
8
print(io, x)
9
end
10
11
-@static if VERSION < v"0.5.0-"
+@static if VERSION < v"0.5.0-dev+4354"
12
function escapedprint(io::IO, x::AbstractString, escapes::AbstractString)
13
print_escaped(io, x, escapes)
14
0 commit comments