File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
299299Rebol []
@@ -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
You can’t perform that action at this time.
0 commit comments