aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar/IllegalEscape.thy
diff options
context:
space:
mode:
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