diff options
| author | Hugo Herbelin | 2020-03-05 23:12:28 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-03-10 09:15:37 +0100 |
| commit | ec2f7507daaa5d3fa7ba365e542351457a237f43 (patch) | |
| tree | 8dd9ec49614abc93d14a894532b4491cef79f387 /test-suite/output/RealSyntax.v | |
| parent | fea01ea28b9fdfd9fb5be91aba982710f55c3aba (diff) | |
Fixing little bug in parsing decimal numbers in R.
Diffstat (limited to 'test-suite/output/RealSyntax.v')
| -rw-r--r-- | test-suite/output/RealSyntax.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/output/RealSyntax.v b/test-suite/output/RealSyntax.v index cb3bce70d4..7be8b18ac8 100644 --- a/test-suite/output/RealSyntax.v +++ b/test-suite/output/RealSyntax.v @@ -2,6 +2,8 @@ Require Import Reals.Rdefinitions. Check 32%R. Check (-31)%R. +Check 1.5_%R. + Open Scope R_scope. Check (eq_refl : 1.02 = IZR 102 / IZR (Z.pow_pos 10 2)). |
