summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-06 10:14:47 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-05-06 10:14:47 -0400
commitfd1c2b9862932d9229bf28e7986f5147cf1f3451 (patch)
tree800a4ec0ec13c9d8c5d0f17870145e72b647a15c /tests
parentfc41d86b275ba4bbd2dbd76c766dbc2abc138021 (diff)
parent91e271013c8580f3308d593c2d3224ecf00d8b2f (diff)
downloadcmd2-git-fd1c2b9862932d9229bf28e7986f5147cf1f3451.tar.gz
Merge branch 'master' into completion_exceptions
Diffstat (limited to 'tests')
-rw-r--r--tests/test_parsing.py1
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', '>'),