summary refs log tree commit diff stats
path: root/tests/assert
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-04-27 08:33:03 -0700
committerGitHub <noreply@github.com>2020-04-27 17:33:03 +0200
commitbb982c644b8e3e8a59cf2c60b28ff91741c7dc9b (patch)
treea922e3a355509a5d12fe7848a1e6c9f5ba3b2386 /tests/assert
parent664cb2c0be4e31d40cd3a5a2b9013f1afe47df97 (diff)
downloadNim-bb982c644b8e3e8a59cf2c60b28ff91741c7dc9b.tar.gz
`$(a: float)` now works consistently in nim js, avoiding printing floats as ints (#14134)
* fix https://github.com/timotheecour/Nim/issues/133; $(a: float) works in nim js like in other backends

* fix tests

* fix test for windows that prints 1.1e17 differently than other OS
Diffstat (limited to 'tests/assert')
0 files changed, 0 insertions, 0 deletions
lame the previous revision' href='/danisanti/profani-tty/blame/src/config/color.h?id=136f504d5e84dd0452637cf9e493d04117dd9ef9'>^
3258211f ^

27501942 ^

4a672bda ^






27501942 ^
4a672bda ^
269afa53 ^
4a672bda ^
269afa53 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63