Skip to content

Commit bb05e88

Browse files
committed
put .. test in a let
1 parent 73d3cc9 commit bb05e88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/parse.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -864,5 +864,6 @@ end
864864
@test QualifiedStringMacro.SubModule.x"" === 1
865865
@test QualifiedStringMacro.SubModule.y`` === 2
866866

867-
..(x,y) = x + y
868-
@test 3 .. 4 === 7
867+
let ..(x,y) = x + y
868+
@test 3 .. 4 === 7
869+
end

0 commit comments

Comments
 (0)