Skip to content

Commit

Permalink
Add test for 15913 and 15896 (JuliaLang#17991)
Browse files Browse the repository at this point in the history
* Add test for 15913 and 15896

* Change name of test
  • Loading branch information
ranjanan authored and mfasi committed Sep 5, 2016
1 parent dc7eaab commit 496ad1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/parse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -667,3 +667,6 @@ end
let str = "[1] [2]"
@test_throws ParseError parse(str)
end

# issue 15896 and PR 15913
@test_throws ErrorException eval(:(macro test15896(d; y=0) end))

0 comments on commit 496ad1d

Please sign in to comment.