Skip to content

Commit

Permalink
add test for nim-lang#8231
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Aug 24, 2020
1 parent 9fc7f84 commit fbc6a1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/js/t8231.nim
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import strutils

doAssert formatSize(2462056448, '.', bpIEC, false) == "2.293GiB"

0 comments on commit fbc6a1d

Please sign in to comment.