From fa3adbbbb1d5c781e4692810b061219cb2d37507 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Mon, 17 Feb 2003 21:33:23 +0000 Subject: Test case for {nested proof} in isabelle --- etc/isar/ParsingBug1.thy | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/isar/ParsingBug1.thy 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 -- cgit v1.2.3