diff --git a/test/test-spa-json.c b/test/test-spa-json.c index 849dbc3ef..2a5703973 100644 --- a/test/test-spa-json.c +++ b/test/test-spa-json.c @@ -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;