diff options
Diffstat (limited to 'test-suite/output')
| -rw-r--r-- | test-suite/output/Remark1.out | 1 | ||||
| -rw-r--r-- | test-suite/output/Remark1.v | 6 | ||||
| -rw-r--r-- | test-suite/output/Remark2.out | 1 | ||||
| -rw-r--r-- | test-suite/output/Remark2.v | 8 |
4 files changed, 16 insertions, 0 deletions
diff --git a/test-suite/output/Remark1.out b/test-suite/output/Remark1.out new file mode 100644 index 0000000000..95dd797696 --- /dev/null +++ b/test-suite/output/Remark1.out @@ -0,0 +1 @@ +t is not a defined object diff --git a/test-suite/output/Remark1.v b/test-suite/output/Remark1.v new file mode 100644 index 0000000000..d05cb3d0b9 --- /dev/null +++ b/test-suite/output/Remark1.v @@ -0,0 +1,6 @@ +Section A. +Section B. +Section C. +Remark t : True. Proof I. +End C. +Locate t. diff --git a/test-suite/output/Remark2.out b/test-suite/output/Remark2.out new file mode 100644 index 0000000000..adabc2fe6c --- /dev/null +++ b/test-suite/output/Remark2.out @@ -0,0 +1 @@ +B.C.t is not a defined object diff --git a/test-suite/output/Remark2.v b/test-suite/output/Remark2.v new file mode 100644 index 0000000000..e1ef57a0ae --- /dev/null +++ b/test-suite/output/Remark2.v @@ -0,0 +1,8 @@ +Section A. +Section B. +Section C. +Remark t : True. Proof I. +End C. +End B. +End A. +Locate B.C.t. |
