Skip to content

Commit

Permalink
TEST: fixed module tests to reflect recent changes in molding logic v…
Browse files Browse the repository at this point in the history
…alues
  • Loading branch information
Oldes committed Jul 19, 2024
1 parent af62d3b commit c5edece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tests/units/module-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ probe all [unset? :a unset? :b unset? :c]
}
o: copy ""
call/wait/shell/output reform [to-local-file system/options/boot %issue-1680.reb] o
--assert "true^/true^/true^/true^/" = o
--assert "#(true)^/#(true)^/#(true)^/#(true)^/" = o
delete %issue-1680.reb

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

--test-- "import block"
Expand All @@ -293,7 +293,7 @@ probe all [
]}
o: copy ""
call/wait/shell/output reform [to-local-file system/options/boot %block-import-1.reb] o
--assert "true^/" = o
--assert "#(true)^/" = o
--test-- "import/no-lib block"
write %block-import-2.reb {
Rebol []
Expand All @@ -308,7 +308,7 @@ probe all [
]}
o: copy ""
call/wait/shell/output reform [to-local-file system/options/boot %block-import-2.reb] o
--assert "true^/" = o
--assert "#(true)^/" = o
delete %block-import-1.reb
delete %block-import-2.reb
delete modules-dir/m1.reb
Expand Down

0 comments on commit c5edece

Please sign in to comment.