aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar
diff options
context:
space:
mode:
Diffstat (limited to 'etc/isar')
-rw-r--r--etc/isar/EmptyCommands.thy8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/isar/EmptyCommands.thy b/etc/isar/EmptyCommands.thy
new file mode 100644
index 00000000..18b28ea9
--- /dev/null
+++ b/etc/isar/EmptyCommands.thy
@@ -0,0 +1,8 @@
+(* See Trac #289, http://proofgeneral.inf.ed.ac.uk/trac/ticket/289 *)
+theory EmptyCommands imports Main begin
+
+term x;
+
+term y;
+
+end