diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-06 10:20:01 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-05-06 10:20:01 -0400 |
commit | b994df205350a59d20b8fd53b08ff6d07f651b96 (patch) | |
tree | 68b1270f01c336240bb42d8bb05e795ecb83e473 /tests/test_parsing.py | |
parent | aa823bd0f2d1151f6c5ced7be01fdc0b20e6dff5 (diff) | |
parent | 91e271013c8580f3308d593c2d3224ecf00d8b2f (diff) | |
download | cmd2-git-b994df205350a59d20b8fd53b08ff6d07f651b96.tar.gz |
Merge branch 'master' into macro_refactor
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', '>'), |