From d012f00427f10f290773d2b68ecb8c6f88057a10 Mon Sep 17 00:00:00 2001 From: Jess Robinson Date: Fri, 19 Apr 2013 12:08:34 +0100 Subject: [PATCH] t/op/sprintf.t: Add Android to the list of skips for %.0g --- t/op/sprintf.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/sprintf.t b/t/op/sprintf.t index f4cbb49..17e269a 100644 --- a/t/op/sprintf.t +++ b/t/op/sprintf.t @@ -404,7 +404,7 @@ __END__ > %.0g< >[]< > 0 MISSING< >%.2g< >[]< >0 MISSING< >%.2gC< >[]< >0C MISSING< ->%.0g< >-0.0< >-0< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd netbsd:1.5 irix darwin freebsd:4.9< +>%.0g< >-0.0< >-0< >C99 standard mandates minus sign but C89 does not skip: MSWin32 VMS hpux:10.20 openbsd netbsd:1.5 irix darwin freebsd:4.9 android< >%.0g< >12345.6789< >1e+04< >%#.0g< >12345.6789< >1.e+04< >%.2g< >12345.6789< >1.2e+04< -- 2.7.4