Skip to content

Commit 1d4184b

Browse files
committed
Update test data to be culture-independent.
1 parent 8c2b774 commit 1d4184b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/test.result

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Integers:
2121
2*3=6
2222
2/2=1
2323
Floats:
24-
2.0 + 0.5=2,5
25-
3.0 - 1.5=1,5
26-
2.0 * 0.7=1,4
27-
3.0 / 2.0=1,5
24+
2.0 + 0.5=2.5
25+
3.0 - 1.5=1.5
26+
2.0 * 0.7=1.4
27+
3.0 / 2.0=1.5

0 commit comments

Comments
 (0)