Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 27, 2024
1 parent ad34da0 commit d50359f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/units/port-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -695,10 +695,11 @@ if system/platform = 'Windows [
--assert integer? query system/ports/input 'window-rows
--assert integer? query system/ports/input 'buffer-cols
--assert integer? query system/ports/input 'buffer-rows
--assert integer? query system/ports/input 'length
--assert (words-of system/standard/console-info)
= m: query system/ports/input none
--assert block? v: query system/ports/input m
--assert 8 = length? v
--assert 10 = length? v
--test-- "Using just a name of the console scheme"
;@@ https://github.com/Oldes/Rebol-issues/issues/826
--assert all [
Expand Down

0 comments on commit d50359f

Please sign in to comment.