Skip to content

Commit 37c6dba

Browse files
committed
1 parent 4774eaf commit 37c6dba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests/units/decimal-test.r3

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ Rebol [
6464
--assert 2.0 = round/half-ceiling 1.5
6565
--assert -1.0 = round/half-ceiling -1.5
6666

67+
--test-- "round/even/to"
68+
;@@ https://github.com/Oldes/Rebol-issues/issues/2324
69+
--assert 2 = round/even/to 1.555555 1
70+
--assert "1.55556" = mold round/even/to 1.555555 1E-5
71+
6772
===end-group===
6873

6974
===start-group=== "to-degrees & to-radians"

0 commit comments

Comments
 (0)