aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar/IllegalEscape.thy
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2011-09-28 09:35:01 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2011-09-28 09:35:01 +0000
commit75a9e6fa64913e49e55557a6db1b50e8dbc7d25f (patch)
treec78cd5b7c16f86e6aa65e4172a88110181bd75c2 /etc/isar/IllegalEscape.thy
parentbe1b30498101ed929f03eb3548359dba1713e8aa (diff)
updated tests to Isabelle2011-1;
Diffstat (limited to 'etc/isar/IllegalEscape.thy')
-rw-r--r--etc/isar/IllegalEscape.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/isar/IllegalEscape.thy b/etc/isar/IllegalEscape.thy
index c1d4fde5..3478830b 100644
--- a/etc/isar/IllegalEscape.thy
+++ b/etc/isar/IllegalEscape.thy
@@ -3,5 +3,5 @@
theory IllegalEscape imports Main begin
lemma X: "a=b ==> b=a" by simp -- "Text with \illegal escape sequence"
-
+ oops
end