[Gmp-commit] /var/hg/gmp: mini-gmp/tests/t-str.c: test more cases.

mercurial at gmplib.org mercurial at gmplib.org
Wed Nov 2 19:27:32 UTC 2016


details:   /var/hg/gmp/rev/82a55ed8bbd0
changeset: 17096:82a55ed8bbd0
user:      Marco Bodrato <bodrato at mail.dm.unipi.it>
date:      Wed Nov 02 20:27:27 2016 +0100
description:
mini-gmp/tests/t-str.c: test more cases.

diffstat:

 mini-gmp/tests/t-str.c |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 34920531c4a3 -r 82a55ed8bbd0 mini-gmp/tests/t-str.c
--- a/mini-gmp/tests/t-str.c	Tue Nov 01 19:50:00 2016 +0100
+++ b/mini-gmp/tests/t-str.c	Wed Nov 02 20:27:27 2016 +0100
@@ -78,6 +78,10 @@
     { "0x", NULL },
     { "0b", NULL },
     { "0z", NULL },
+    { "-", NULL },
+    { "-0x ", NULL },
+    { "0|1", NULL },
+    { "4+4", NULL },
     { "0ab", NULL },
     { "10x0", NULL },
     { "0xxab", NULL },


More information about the gmp-commit mailing list