From 857e9ff0a7927d370c8a16e723385a9b199de872 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Mon, 2 May 2016 16:54:38 +0200 Subject: Properly handle notations containing spaces (bug #4538). When a notation was starting or ending a space, Coq assumed the notation had no terminal symbol in either places. Coq also considered a notation containing only spaces to be productive. As stated in the documentation, extraneous spaces are only meant as printing hints, they are not meant to have any influence on parsing. --- test-suite/bugs/closed/4538.v | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-suite/bugs/closed/4538.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/4538.v b/test-suite/bugs/closed/4538.v new file mode 100644 index 0000000000..f925aae9e5 --- /dev/null +++ b/test-suite/bugs/closed/4538.v @@ -0,0 +1 @@ +Reserved Notation " (u *) ". -- cgit v1.2.3