File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dt [ ;- delta time
10
10
;recycle/torture
11
11
wrap load %units/mold-test.r3
12
12
wrap load %units/lexer-test.r3
13
+ wrap load %units/load-test.r3
13
14
wrap load %units/evaluation-test.r3
14
15
wrap load %units/enbase-test.r3
15
16
wrap load %units/map-test.r3
Original file line number Diff line number Diff line change
1
+ Rebol [
2
+ Title: "Rebol loading test script"
3
+ Author: "Peter W A Wood, Oldes"
4
+ File: %load-test.r3
5
+ Tabs: 4
6
+ Needs: [%../quick-test-module.r3 ]
7
+ Rights: "Copyright (C) 2011-2015 Red Foundation. All rights reserved."
8
+ License: "BSD-3 - https://github.com/red/red/blob/origin/BSD-3-License.txt"
9
+ ]
10
+
11
+ ~~~start-file~~~ "load"
12
+
13
+ ===start-group=== "Load/all"
14
+ --test-- "issue-20"
15
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/20
16
+ v: mold /all next "123"
17
+ --assert block? v: load/all v
18
+ --assert "23" = v/1
19
+ --assert "123" = head v/1
20
+
21
+ ===end-group===
22
+
23
+ ~~~end-file~~~
24
+
You can’t perform that action at this time.
0 commit comments