From 8f12597c883db13abe7de3cc145d515b37d549ca Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 15 Jul 2017 00:16:38 +0200 Subject: Adding a coqdoc target to test-suite. One file was already ready for testing. We add another one. Note that we have to remove the machine-dependent lines in the output tex files. --- test-suite/coqdoc/bug5648.html.out | 60 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 test-suite/coqdoc/bug5648.html.out (limited to 'test-suite/coqdoc/bug5648.html.out') diff --git a/test-suite/coqdoc/bug5648.html.out b/test-suite/coqdoc/bug5648.html.out new file mode 100644 index 0000000000..f602e9859c --- /dev/null +++ b/test-suite/coqdoc/bug5648.html.out @@ -0,0 +1,60 @@ + + + + + +Coqdoc.bug5648 + + + + +
+ + + +
+ +

Library Coqdoc.bug5648

+ +
+Lemma a : True.
+Proof.
+auto.
+Qed.
+ +
+Variant t :=
+| A | Add | G | Goal | L | Lemma | P | Proof .
+ +
+Definition d x :=
+  match x with
+  | A => 0
+  | Add => 1
+  | G => 2
+  | Goal => 3
+  | L => 4
+  | Lemma => 5
+  | P => 6
+  | Proof => 7
+  end.
+ +
+Ltac Next := easy.
+ +
+Lemma yes : True.
+Proof. Next. Qed.
+
+
+ + + +
+ + + \ No newline at end of file -- cgit v1.2.3 From f3bb625fb2d118168042b97162e1ece1bda4a039 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Wed, 19 Jul 2017 18:20:37 +0200 Subject: Removing testing unsupported Next. --- test-suite/coqdoc/bug5648.html.out | 7 ------- 1 file changed, 7 deletions(-) (limited to 'test-suite/coqdoc/bug5648.html.out') diff --git a/test-suite/coqdoc/bug5648.html.out b/test-suite/coqdoc/bug5648.html.out index f602e9859c..06789c1c10 100644 --- a/test-suite/coqdoc/bug5648.html.out +++ b/test-suite/coqdoc/bug5648.html.out @@ -40,13 +40,6 @@   | P => 6
  | Proof => 7
  end.
- -
-Ltac Next := easy.
- -
-Lemma yes : True.
-Proof. Next. Qed.
-- cgit v1.2.3