From acfe77dfe959afe552d90b5e337640365e69c4c1 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 11 Nov 2009 13:37:57 +0000 Subject: Fixed bug #2168 (closing a section may have as side-effect the erasure of objects having the same name as the section). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12496 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/prerequisite/make_notation.v | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test-suite') diff --git a/test-suite/prerequisite/make_notation.v b/test-suite/prerequisite/make_notation.v index c93d102a29..3878e396a8 100644 --- a/test-suite/prerequisite/make_notation.v +++ b/test-suite/prerequisite/make_notation.v @@ -6,3 +6,10 @@ Notation succ := S. Notation mult := mult (only parsing). Notation less := le (only parsing). +(* Test bug 2168: ending section of some name was removing objects of the + same name *) + +Notation add2 n:=(S n). +Section add2. +End add2. + -- cgit v1.2.3