Skip to content

Commit 172d52a

Browse files
committed
1 parent a62d83d commit 172d52a

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
@@ -106,6 +106,11 @@ Rebol [
106106
--assert 1.#INF = to decimal! #{7FF0000000000000}
107107
--assert -1.#INF = to decimal! #{FFF0000000000000}
108108
--assert "1.#NaN" = mold to decimal! #{7FFFFFFFFFFFFFFF}
109+
110+
--test-- "issue-267"
111+
;@@ https://github.com/Oldes/Rebol-issues/issues/267
112+
--assert 97.0 = try [1.0 * #"a"]
113+
109114
===end-group===
110115

111116
~~~end-file~~~

0 commit comments

Comments
 (0)