Skip to content

Commit 38f5167

Browse files
committed
1 parent acd3e40 commit 38f5167

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tests/units/tuple-test.r3

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Rebol [
4747
t = 1.99.3.4
4848
]
4949

50+
--test-- "tuple shortening"
51+
;@@ https://github.com/Oldes/Rebol-issues/issues/1639
52+
t: 1.2.3.4 t/4: none
53+
--assert t == 1.2.3
54+
--assert (t + 0.0.0.0) == 1.2.3.0
55+
5056
===end-group===
5157

5258
~~~end-file~~~

0 commit comments

Comments
 (0)