summary refs log tree commit diff stats
path: root/tests/stdlib/tparsefloat.nim
diff options
context:
space:
mode:
authorMiguel <leu-gim@moy-server.ru>2014-01-26 05:37:18 +0400
committerMiguel <leu-gim@moy-server.ru>2014-01-26 05:37:18 +0400
commita8b4e3c764dd967e1ac90305a574c4cd5e0d019b (patch)
tree9165419d8557b493bf65a3de04f248ae6f2288b9 /tests/stdlib/tparsefloat.nim
parent4396270fc7c447fa7ce9478a6bf9682ba7c496a7 (diff)
parent5d712e0d3f9f5b8e486720c8bedd749656b527d8 (diff)
downloadNim-a8b4e3c764dd967e1ac90305a574c4cd5e0d019b.tar.gz
Merge branch 'devel' of git://github.com/Araq/Nimrod
Diffstat (limited to 'tests/stdlib/tparsefloat.nim')
-rw-r--r--tests/stdlib/tparsefloat.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/stdlib/tparsefloat.nim b/tests/stdlib/tparsefloat.nim
new file mode 100644
index 000000000..38ed2db6d
--- /dev/null
+++ b/tests/stdlib/tparsefloat.nim
@@ -0,0 +1,3 @@
+import strutils
+
+echo ParseFloat("5000") / ParseFloat("10")