We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
delect
bulk
1 parent 9f95e78 commit 9419f2fCopy full SHA for 9419f2f
make/rebol3.nest
@@ -527,7 +527,7 @@ include-rebol-bulk: [
527
:include-prot-whois
528
:include-prot-mysql
529
530
-; :include-dialecting ;`delect` function (not used so far)
+ :include-dialecting ;`delect`
531
532
;- for tests:
533
;:include-test-extension
src/tests/units/delect-test.r3
@@ -9,6 +9,8 @@ Rebol [
9
~~~start-file~~~ "DELECT"
10
11
===start-group=== "Delect"
12
+; test only if `delect` is available
13
+if find lib 'delect [
14
dialect: context [
15
default: []
16
cmd: [any-string! integer!]
@@ -36,7 +38,7 @@ Rebol [
36
38
--assert out = [cmd #[none] 5]
37
39
40
;-- should be extended with more tests...
-
41
+]
42
===end-group===
43
44
~~~end-file~~~
0 commit comments