diff options
| author | Hugo Herbelin | 2020-03-29 17:38:38 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2020-03-29 17:38:38 +0200 |
| commit | 8d1382b996d9421162839c3f481e866fef06fd41 (patch) | |
| tree | 0305c0f966f2ce738c4b78d07bc41334cf6a840e /test-suite/output/FloatSyntax.v | |
| parent | 6455f44c7a6babb1f2490eaca216469e0c450a00 (diff) | |
| parent | ed399336b886a062e0e3070314c117d62d9a8af3 (diff) | |
Merge PR #11859: Warn when non exactly parsing non floating-point
Ack-by: SkySkimmer
Reviewed-by: Zimmi48
Reviewed-by: erikmd
Diffstat (limited to 'test-suite/output/FloatSyntax.v')
| -rw-r--r-- | test-suite/output/FloatSyntax.v | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/output/FloatSyntax.v b/test-suite/output/FloatSyntax.v index 85f611352c..eca712db10 100644 --- a/test-suite/output/FloatSyntax.v +++ b/test-suite/output/FloatSyntax.v @@ -21,6 +21,9 @@ Check (-2.5e-123). Check (2 + 2). Check (2.5 + 2.5). +Check 1e309. +Check -1e309. + Open Scope nat_scope. Check 2. |
