mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
saner assertions for multiline output
This commit is contained in:
@@ -41,8 +41,7 @@ else
|
||||
exit 1
|
||||
fi"
|
||||
run rbenv-completions hello happy world
|
||||
assert_success
|
||||
assert_line 0 "happy"
|
||||
assert_line 1 "world"
|
||||
refute_line 2
|
||||
assert_success "\
|
||||
happy
|
||||
world"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user