summary refs log tree commit diff stats
path: root/tests/js/t8231.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/t8231.nim')
-rw-r--r--tests/js/t8231.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/js/t8231.nim b/tests/js/t8231.nim
new file mode 100644
index 000000000..b0625a621
--- /dev/null
+++ b/tests/js/t8231.nim
@@ -0,0 +1,3 @@
+import strutils
+
+doAssert formatSize(2462056448, '.', bpIEC, false) == "2.293GiB"
\ No newline at end of file