aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/RealSyntax.v
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-03-10 13:56:10 +0100
committerPierre-Marie Pédrot2020-03-10 13:56:10 +0100
commitf1188b9a3f32eef7657bb46026447718f6fb6055 (patch)
tree8dd9ec49614abc93d14a894532b4491cef79f387 /test-suite/output/RealSyntax.v
parentfea01ea28b9fdfd9fb5be91aba982710f55c3aba (diff)
parentec2f7507daaa5d3fa7ba365e542351457a237f43 (diff)
Merge PR #11763: Fixing an amusing small bug in parsing decimal numbers in R
Reviewed-by: ppedrot Reviewed-by: proux01
Diffstat (limited to 'test-suite/output/RealSyntax.v')
-rw-r--r--test-suite/output/RealSyntax.v2
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)).