aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-04-14 23:30:44 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-04-14 23:38:39 +0200
commit53a50875b28ad96ab1559ca3f97db5133ca5c78e (patch)
treecac448390e0a3ee957ad857862576bfd771cab43 /test-suite
parent74f9548a083409d400f2723ee8c1e07705da4812 (diff)
Fixing bug #5469 (notation format not recognizing curly braces).
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/5469.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5469.v b/test-suite/bugs/closed/5469.v
new file mode 100644
index 000000000..fce671c75
--- /dev/null
+++ b/test-suite/bugs/closed/5469.v
@@ -0,0 +1,3 @@
+(* Some problems with the special treatment of curly braces *)
+
+Reserved Notation "'a' { x }" (at level 0, format "'a' { x }").