aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-22 21:32:06 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-22 21:32:06 +0000
commit0e36e624975c743ac8164cfe00f3ab02f0624eb3 (patch)
tree11cb5c78adeae2ba2eee34ce0052f1e2129ef774
parent1b00477f148b57bb8d3f1af5a624e98edeee4f9a (diff)
Abandon tests syntaxe v7; remplacement des .v par des fichiers en syntaxe v8
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7701 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--test-suite/output/Nametab.out36
-rw-r--r--test-suite/output/Notations.out16
-rw-r--r--test-suite/output/TranspModtype.out10
3 files changed, 62 insertions, 0 deletions
diff --git a/test-suite/output/Nametab.out b/test-suite/output/Nametab.out
new file mode 100644
index 000000000..d0f15f0ed
--- /dev/null
+++ b/test-suite/output/Nametab.out
@@ -0,0 +1,36 @@
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is Q.N.K.id)
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is Q.N.K.id)
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is Q.N.K.id)
+Constant Top.Q.N.K.id
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is Q.N.K.id)
+No module is referred to by basename K
+No module is referred to by name N.K
+Module Top.Q.N.K
+Module Top.Q.N.K
+No module is referred to by basename N
+Module Top.Q.N
+Module Top.Q.N
+Module Top.Q
+Module Top.Q
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is K.id)
+Constant Top.Q.N.K.id
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is K.id)
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is K.id)
+Constant Top.Q.N.K.id
+ (shorter name to refer to it in current context is K.id)
+Module Top.Q.N.K
+No module is referred to by name N.K
+Module Top.Q.N.K
+Module Top.Q.N.K
+No module is referred to by basename N
+Module Top.Q.N
+Module Top.Q.N
+Module Top.Q
+Module Top.Q
diff --git a/test-suite/output/Notations.out b/test-suite/output/Notations.out
new file mode 100644
index 000000000..3a2548ddd
--- /dev/null
+++ b/test-suite/output/Notations.out
@@ -0,0 +1,16 @@
+true ? 0; 1
+ : nat
+if true as x return (x ? nat; bool) then 0 else true
+ : true ? nat; bool
+Defining 'proj1' as keyword
+fun e : nat * nat => proj1 e
+ : nat * nat -> nat
+Defining 'decomp' as keyword
+decomp (true, true) as t, u in (t, u)
+ : bool * bool
+!(0 = 0)
+ : Prop
+forall n : nat, n = 0
+ : Prop
+!(0 = 0)
+ : Prop
diff --git a/test-suite/output/TranspModtype.out b/test-suite/output/TranspModtype.out
new file mode 100644
index 000000000..41e8648bc
--- /dev/null
+++ b/test-suite/output/TranspModtype.out
@@ -0,0 +1,10 @@
+TrM.A = M.A
+ : Set
+
+OpM.A = M.A
+ : Set
+
+TrM.B = M.B
+ : Set
+
+*** [ OpM.B : Set ]