We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5df53 commit b06a757Copy full SHA for b06a757
src/tests/units/series-test.r3
@@ -2741,14 +2741,8 @@ Rebol [
2741
===start-group=== "TO-*"
2742
2743
--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"
2746
--assert (mold to-path [1 2 3]) = "1/2/3"
2747
--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])"
2752
;@@ https://github.com/Oldes/Rebol-issues/issues/477
2753
--assert path? p: try [to-path b: [1 #(none) #(true) [] () #{}]]
2754
--assert integer? p/1
0 commit comments