From 6f2c1c4ac0f01a448bf4e1238936d79125d262d1 Mon Sep 17 00:00:00 2001 From: Ranjan Anantharaman Date: Sat, 20 Aug 2016 13:33:40 +0530 Subject: [PATCH] Add test for 15913 and 15896 (#17991) * Add test for 15913 and 15896 * Change name of test --- test/parse.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parse.jl b/test/parse.jl index 3c625c192dc8d..50a6b61f437ae 100644 --- a/test/parse.jl +++ b/test/parse.jl @@ -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))