From f32fa1cdd898d88da1f3a949fa551314fb813622 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 17 Oct 2001 15:28:33 +0000 Subject: Test syntaxe des réels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2127 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/output/RealSyntax.out | 4 ++++ test-suite/output/RealSyntax.v | 3 +++ test-suite/output/RealSyntax.vo | Bin 0 -> 4032 bytes 3 files changed, 7 insertions(+) create mode 100644 test-suite/output/RealSyntax.out create mode 100644 test-suite/output/RealSyntax.v create mode 100644 test-suite/output/RealSyntax.vo (limited to 'test-suite') diff --git a/test-suite/output/RealSyntax.out b/test-suite/output/RealSyntax.out new file mode 100644 index 000000000..fa30656bf --- /dev/null +++ b/test-suite/output/RealSyntax.out @@ -0,0 +1,4 @@ +``32`` + : R +``-31`` + : R diff --git a/test-suite/output/RealSyntax.v b/test-suite/output/RealSyntax.v new file mode 100644 index 000000000..d976dcc1a --- /dev/null +++ b/test-suite/output/RealSyntax.v @@ -0,0 +1,3 @@ +Require Reals. +Check ``32``. +Check ``-31``. diff --git a/test-suite/output/RealSyntax.vo b/test-suite/output/RealSyntax.vo new file mode 100644 index 000000000..982c98658 Binary files /dev/null and b/test-suite/output/RealSyntax.vo differ -- cgit v1.2.3