aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-17 21:33:23 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2003-02-17 21:33:23 +0000
commitfa3adbbbb1d5c781e4692810b061219cb2d37507 (patch)
treeac4a76ee5d621971354e14e433747e47c1ad4b9d /etc
parent0a5548dac86f85573f0d69f1589683dc72924e65 (diff)
Test case for {nested proof} in isabelle
Diffstat (limited to 'etc')
-rw-r--r--etc/isar/ParsingBug1.thy15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/isar/ParsingBug1.thy b/etc/isar/ParsingBug1.thy
new file mode 100644
index 00000000..e1a783ab
--- /dev/null
+++ b/etc/isar/ParsingBug1.thy
@@ -0,0 +1,15 @@
+(*
+ This is a small test case for parsing the { nested proof } phrase.
+
+ This case causes problems with the new parsing mechanism, see
+ comments in isar/isar-syntax.el and generic/proof-script.el
+*)
+
+
+theory ParsingBug1 = Main:
+
+theorem "P"
+proof -
+ assume a: "Q"
+ {fix i have "Q" sorry}
+qed