Skip to content

Commit b06a757

Browse files
committed
TEST: removing leaked tests
1 parent ac5df53 commit b06a757

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tests/units/series-test.r3

-6
Original file line numberDiff line numberDiff line change
@@ -2741,14 +2741,8 @@ Rebol [
27412741
===start-group=== "TO-*"
27422742

27432743
--test-- "to-path"
2744-
--assert (form to-path [1 2 3]) = "1/2/3"
2745-
--assert (form to-path [1 none 3]) = "1/none/3"
27462744
--assert (mold to-path [1 2 3]) = "1/2/3"
27472745
--assert (mold to-path [1 none 3]) = "1/none/3"
2748-
--assert (mold/all to-path [1 2 3]) = "#(path! [1 2 3])"
2749-
--assert (mold/all to-path [1 none 3]) = "#(path! [1 none 3])"
2750-
--assert (mold/all to-path [a 2 3]) = "a/2/3"
2751-
--assert (mold/all to-path [a none 3]) = "#(path! [a none 3])"
27522746
;@@ https://github.com/Oldes/Rebol-issues/issues/477
27532747
--assert path? p: try [to-path b: [1 #(none) #(true) [] () #{}]]
27542748
--assert integer? p/1

0 commit comments

Comments
 (0)