diff options
| -rw-r--r-- | test-suite/output/RealSyntax.out | 4 | ||||
| -rw-r--r-- | test-suite/output/RealSyntax.v | 3 | ||||
| -rw-r--r-- | test-suite/output/RealSyntax.vo | bin | 0 -> 4032 bytes |
3 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/output/RealSyntax.out b/test-suite/output/RealSyntax.out new file mode 100644 index 0000000000..fa30656bf6 --- /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 0000000000..d976dcc1aa --- /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 Binary files differnew file mode 100644 index 0000000000..982c986583 --- /dev/null +++ b/test-suite/output/RealSyntax.vo |
