diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-06 10:14:08 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-06 10:14:08 -0400 |
commit | 14b33bb75667aef485119e4616de811e86547f69 (patch) | |
tree | 26e9218f325651e15f7e0f0751ca6e87848055fe /tests/test_parsing.py | |
parent | 9d6ce4a5bd25742166cccd317cf9e497d1115eae (diff) | |
parent | 91e271013c8580f3308d593c2d3224ecf00d8b2f (diff) | |
download | cmd2-git-14b33bb75667aef485119e4616de811e86547f69.tar.gz |
Merge branch 'master' into argparse_error
Diffstat (limited to 'tests/test_parsing.py')
-rw-r--r-- | tests/test_parsing.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_parsing.py b/tests/test_parsing.py index 5852309e..09215804 100644 --- a/tests/test_parsing.py +++ b/tests/test_parsing.py @@ -492,7 +492,6 @@ def test_parse_alias_on_multiline_command(parser): assert statement.args == statement assert statement == 'has > inside an unfinished command' assert statement.terminator == '' - assert statement.expanded_command_line == statement.multiline_command + ' ' + statement + MULTILINE_TERMINATOR @pytest.mark.parametrize('line,output', [ ('helpalias > out.txt', '>'), |