Skip to content

Commit

Permalink
Add test for 15913 and 15896 (#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 tkelman committed Aug 20, 2016
1 parent 065a208 commit 6f2c1c4
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 6f2c1c4

Please sign in to comment.