From 8c3455e2f5db09e70cd7a40a96856f5be79adaff Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 5 Apr 2014 13:14:35 +0200 Subject: Fixing bug #3228 (fixing precedence of ltac variables over variables in env). --- test-suite/bugs/closed/3228.v | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-suite/bugs/closed/3228.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/3228.v b/test-suite/bugs/closed/3228.v new file mode 100644 index 0000000000..5d1a0ff88b --- /dev/null +++ b/test-suite/bugs/closed/3228.v @@ -0,0 +1,7 @@ +(* Check that variables in the context do not take precedence over + ltac variables *) + +Ltac bar x := exact x. +Goal False -> False. + intro x. + Fail bar doesnotexist. -- cgit v1.2.3