--- parser3/tests/results/175.processed 2009/08/30 05:30:30 1.2 +++ parser3/tests/results/175.processed 2024/05/26 18:04:46 1.7 @@ -1,11 +1,11 @@ Content-Type: text/html -Content-Length: 2902 +Content-Length: 3039 @@ -23,37 +23,37 @@ native method of double (double) accepts @@ -239,37 +239,37 @@ Incorrect format string '%z' was specifi -
w/o param -native method of double (double) accepts minimum 1 parameter(s) (0 present) +Exception: native method of 'double' accepts minimum 1 parameter(s) (0 present)
%K -Incorrect format string '%K' was specified. +Exception: Incorrect format string '%K' was specified.
% -Incorrect format string '%' was specified. +Exception: Incorrect format string '%' was specified.
%% -Incorrect format string '%%' was specified. +Exception: Incorrect format string '%%' was specified.
%n -Incorrect format string '%n' was specified. +Exception: Incorrect format string '%n' was specified.
%s -Incorrect format string '%s' was specified. +Exception: Incorrect format string '%s' was specified.
%z -Incorrect format string '%z' was specified. +Exception: Incorrect format string '%z' was specified.
%1+9.03f -Incorrect format string '%1+9.03f' was specified. +Exception: Incorrect format string '%1+9.03f' was specified.
%99d -Error occure white executing snprintf with format string '%99d'. +Exception: Error occurred white executing snprintf with format string '%99d'.
%9..03f -Incorrect format string '%9..03f' was specified. +Exception: Incorrect format string '%9..03f' was specified.
%9.1.03f -Incorrect format string '%9.1.03f' was specified. +Exception: Incorrect format string '%9.1.03f' was specified.
%d= -Incorrect format string '%d=' was specified. +Exception: Incorrect format string '%d=' was specified.
=%d -Incorrect format string '=%d' was specified. +Exception: Incorrect format string '=%d' was specified.
+ \ No newline at end of file