mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
Fix unit tests for read to stdout behavior
This commit is contained in:
@@ -16,6 +16,11 @@ expect_prompt
|
||||
|
||||
# read
|
||||
|
||||
send_line "read"
|
||||
expect_read_prompt
|
||||
send_line "text"
|
||||
expect_prompt
|
||||
|
||||
send_line "read foo"
|
||||
expect_read_prompt
|
||||
send_line "text"
|
||||
|
||||
Reference in New Issue
Block a user