Skip to content

Commit b1f770a

Browse files
committed
FEAT: added unit test for QUERY on INPUT port
1 parent d443cb1 commit b1f770a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/tests/units/port-test.r3

+7
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ Rebol [
2020
--assert not error? [delete %port-issue-2320/]
2121
===end-group===
2222

23+
===start-group=== "console port"
24+
--test-- "query input port"
25+
--assert port? system/ports/input
26+
--assert object? console-info: query system/ports/input
27+
?? console-info
28+
===end-group===
29+
2330
~~~end-file~~~

0 commit comments

Comments
 (0)