]> pd.if.org Git - pdclib/blobdiff - functions/stdio/sscan_sources.incl
Disabled 'special case' tests for regression.
[pdclib] / functions / stdio / sscan_sources.incl
index d293742e0f3064d01f2f5797cb2019899421c002..78063a915e35e4608fd32876c15655a86672cda5 100644 (file)
@@ -3,9 +3,9 @@
                                "-2147483648 +2147483647 +4294967295\n"
                                "-9223372036854775808 +9223372036854775807\n"
                                "+18446744073709551615\n";
-    char const * hexadecimal = "-0x0 -0x000 -0x7f 0x80 0xff -0x7fff 0x8000\n"
-                               "0xffff -0x7fffffff 0x80000000 0xffffffff\n"
-                               "-0x7fffffffffffffff 0x8000000000000000\n"
+    char const * hexadecimal = "-0x0 -0x000 -0x7f -0x80 0xff -0x7fff -0x8000\n"
+                               "0xffff -0x7fffffff -0x80000000 0xffffffff\n"
+                               "-0x7fffffffffffffff -0x8000000000000000\n"
                                "0xffffffffffffffff\n";
     char const * octal       = "+0000 -0000 +0177 +0377 -0377 +077777 +0177777\n"
                                "-0177777 +017777777777 +037777777777\n"
@@ -13,7 +13,9 @@
                                "+01777777777777777777777\n"
                                "-01777777777777777777777\n";
     char const * alpha       = "abcdefgh-ijklmnop[qrs%uvw]xyz";
+#ifndef REGTEST
     char const * special     = "-0xz\n";
+#endif
 
 
 /* sscan */