math.parser: fill argument must not be an empty byte-array

modern-harvey2
Björn Lindqvist 2017-06-28 11:01:32 +02:00
parent 3aac5a6591
commit 1ed40f74f9
1 changed files with 7 additions and 1 deletions

View File

@ -475,7 +475,13 @@ unit-test
{
B{ 49 46 53 53 69 43 48 53 }
} [
155000.0 B{ } -1 3 B{ 69 0 } B{ 67 0 } (format-float)
155000.0 B{ 0 } -1 3 B{ 69 0 } B{ 67 0 } (format-float)
] unit-test
{
B{ 32 32 32 32 32 32 32 49 46 53 53 69 43 48 53 }
} [
155000.0 B{ 0 } 15 3 B{ 69 0 } B{ 67 0 } (format-float)
] unit-test
! Missing locale