Skip to content

Commit

Permalink
put .. test in a let
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj committed Dec 28, 2016
1 parent 73d3cc9 commit bb05e88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/parse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -864,5 +864,6 @@ end
@test QualifiedStringMacro.SubModule.x"" === 1
@test QualifiedStringMacro.SubModule.y`` === 2

..(x,y) = x + y
@test 3 .. 4 === 7
let ..(x,y) = x + y
@test 3 .. 4 === 7
end

0 comments on commit bb05e88

Please sign in to comment.