aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-autotest.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/isar-autotest.el')
-rw-r--r--isar/isar-autotest.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/isar/isar-autotest.el b/isar/isar-autotest.el
index bee8d15a..19fe473a 100644
--- a/isar/isar-autotest.el
+++ b/isar/isar-autotest.el
@@ -32,6 +32,10 @@
(pg-autotest eval (isar-tracing:auto-solve-toggle 0)) ; autosolve hammers this!
(pg-autotest eval (proof-full-annotation-toggle 0))
(pg-autotest script-wholefile "etc/isar/AHundredTheorems.thy")
+
+ (pg-autotest remark "Now in tokens mode")
+ (pg-autotest eval (proof-unicode-tokens-toggle))
+ (pg-autotest script-wholefile "isar/Example-Tokens.thy")
(pg-autotest script-wholefile "isar/ex/Tarski.thy")
(pg-autotest remark "Testing random jumps")
@@ -41,10 +45,6 @@
(pg-autotest remark "Testing restarting the prover")
(pg-autotest quit-prover)
- (pg-autotest remark "Now in tokens mode")
- (pg-autotest eval (proof-unicode-tokens-toggle))
- (pg-autotest script-wholefile "isar/Example-Tokens.thy")
-
(pg-autotest remark "Simple test of multiple file behaviour:")
(pg-autotest script-wholefile "etc/isar/multiple/C.thy")