aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-01-22 14:39:12 +0000
committerGravatar notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-01-22 14:39:12 +0000
commit1299b0b72e53b29ad012700273d15c60f286da31 (patch)
tree8f487b65e0fe23fe01653585c7efb32243610975
parent97a0854fa40d727caa0350cb1f60797b16263599 (diff)
Ajout de sauts de ligne dans l'affichage des scripts (cf commit 10445)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10462 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--test-suite/output/Tactics.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/output/Tactics.out b/test-suite/output/Tactics.out
index 8e8b8059f..287e84883 100644
--- a/test-suite/output/Tactics.out
+++ b/test-suite/output/Tactics.out
@@ -1,4 +1,6 @@
intro H; split; [ a H | e H ].
+
intros; match goal with
| |- context [if ?X then _ else _] => case X
end; trivial.
+