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 ff9b1f1 commit f0b850bCopy full SHA for f0b850b
src/conversion.jl
@@ -47,7 +47,7 @@ Expr(x::EXPR{LITERAL{Tokens.TRIPLE_STRING}}) = x.val
47
48
49
# cross compatability for line number insertion in macrocalls
50
-@static if VERSION <= v"0.7.0-DEV.357"
+@static if VERSION < v"0.7.0-DEV.357"
51
Expr(x::EXPR{LITERAL{Tokens.CMD}}) = Expr(:macrocall, Symbol("@cmd"), x.val[2:end-1])
52
53
function Expr(x::EXPR{x_Str})
0 commit comments