Skip to content

Commit

Permalink
Test to cover function declaration with var"" syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
c42f committed Jul 30, 2024
1 parent 0dc7e7b commit 5913117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ tests = [
"function f end" => "(function f)"
"function f \n\n end" => "(function f)"
"function \$f end" => "(function (\$ f))"
"function var\".\" end" => "(function (var .))"
"macro f end" => "(macro f)"
# Function argument list
"function f(x,y) end" => "(function (call f x y) (block))"
Expand Down

0 comments on commit 5913117

Please sign in to comment.