tests: whitespace is not allowed in number either

This commit is contained in:
Wim Taymans 2022-07-11 12:15:40 +02:00
parent 302bad96a0
commit dedbf39ab5

View file

@ -298,6 +298,9 @@ PWTEST(json_float_check)
{ "0x0.0", 0 },
{ "E10", 0 },
{ "e20", 0 },
{ " 0.0", 0 },
{ "0.0 ", 0 },
{ " 0.0 ", 0 },
};
unsigned i;
float v;