Merge pull request #1652 from xodio/fix-cast-to-string-tabtest

Fix tabtest of `xod/core/cast-to-string(number)`
This commit is contained in:
Kirill Shumilov
2019-02-01 16:08:30 +03:00
committed by GitHub

View File

@@ -1,10 +1,10 @@
IN OUT
1.3272 "1.33"
1.5 "1.5"
-1.1992 "-1.2"
1.5 "1.50"
-1.1992 "-1.20"
-1.449 "-1.45"
-1.59 "-1.59"
-1.599 "-1.6"
-1.599 "-1.60"
.257 "0.26"
-.257 "-0.26"
99000000000 "OVF"
1 IN OUT
2 1.3272 1.33
3 1.5 1.5 1.50
4 -1.1992 -1.2 -1.20
5 -1.449 -1.45
6 -1.59 -1.59
7 -1.599 -1.6 -1.60
8 .257 0.26
9 -.257 -0.26
10 99000000000 OVF