1
0
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:
Mislav Marohnić
2013-04-02 00:27:27 +02:00
parent 497911d6c0
commit b8504ed2a9
4 changed files with 42 additions and 29 deletions

View File

@@ -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"
}