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.
var""
1 parent 0dc7e7b commit 5913117Copy full SHA for 5913117
test/parser.jl
@@ -581,6 +581,7 @@ tests = [
581
"function f end" => "(function f)"
582
"function f \n\n end" => "(function f)"
583
"function \$f end" => "(function (\$ f))"
584
+ "function var\".\" end" => "(function (var .))"
585
"macro f end" => "(macro f)"
586
# Function argument list
587
"function f(x,y) end" => "(function (call f x y) (block))"
0 commit comments