Skip to content

Commit

Permalink
FEAT: added unit test for QUERY on INPUT port
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Nov 21, 2018
1 parent d443cb1 commit b1f770a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tests/units/port-test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ Rebol [
--assert not error? [delete %port-issue-2320/]
===end-group===

===start-group=== "console port"
--test-- "query input port"
--assert port? system/ports/input
--assert object? console-info: query system/ports/input
?? console-info
===end-group===

~~~end-file~~~

0 comments on commit b1f770a

Please sign in to comment.