Skip to content

Commit c5edece

Browse files
committed
TEST: fixed module tests to reflect recent changes in molding logic values
1 parent af62d3b commit c5edece

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tests/units/module-test.r3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ probe all [unset? :a unset? :b unset? :c]
240240
}
241241
o: copy ""
242242
call/wait/shell/output reform [to-local-file system/options/boot %issue-1680.reb] o
243-
--assert "true^/true^/true^/true^/" = o
243+
--assert "#(true)^/#(true)^/#(true)^/#(true)^/" = o
244244
delete %issue-1680.reb
245245

246246
--test-- "import/no-lib"
@@ -275,7 +275,7 @@ probe all [
275275
]}
276276
o: copy ""
277277
call/wait/shell/output reform [to-local-file system/options/boot %no-lib-import.reb] o
278-
--assert "true^/true^/true^/true^/" = o
278+
--assert "#(true)^/#(true)^/#(true)^/#(true)^/" = o
279279
delete %no-lib-import.reb
280280

281281
--test-- "import block"
@@ -293,7 +293,7 @@ probe all [
293293
]}
294294
o: copy ""
295295
call/wait/shell/output reform [to-local-file system/options/boot %block-import-1.reb] o
296-
--assert "true^/" = o
296+
--assert "#(true)^/" = o
297297
--test-- "import/no-lib block"
298298
write %block-import-2.reb {
299299
Rebol []
@@ -308,7 +308,7 @@ probe all [
308308
]}
309309
o: copy ""
310310
call/wait/shell/output reform [to-local-file system/options/boot %block-import-2.reb] o
311-
--assert "true^/" = o
311+
--assert "#(true)^/" = o
312312
delete %block-import-1.reb
313313
delete %block-import-2.reb
314314
delete modules-dir/m1.reb

0 commit comments

Comments
 (0)