Skip to content

Commit ae4d197

Browse files
authored
Added test case with 0 at the end of the number (#86)
1 parent 5cd850b commit ae4d197

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/Coduo/PHPHumanizer/Tests/NumberHumanizerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function ordinalIndicatorProvider()
289289
array('th', -111),
290290
);
291291
}
292-
292+
293293
/**
294294
* @return array
295295
*/
@@ -455,6 +455,7 @@ public function binarySuffixDataProvider()
455455
array("1 kB", 1024),
456456
array("1 kB", 1025),
457457
array("1.5 kB", 1536),
458+
array("84.4 kB", 86450),
458459
array("5 MB", 1048576 * 5),
459460
array("2 GB", 1073741824 * 2),
460461
array("3 TB", 1099511627776 * 3),

0 commit comments

Comments
 (0)