From a1ce5070ed97e90c5946b82496d33952ab3b821c Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Fri, 2 Aug 2019 01:46:58 -0400 Subject: Fixed inconsistent parsing/tab completion behavior based on the value of `allow_redirection`. This flag is only meant to be a security setting that prevents redirection of stdout and should not alter parsing logic. --- tests/test_parsing.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 tests/test_parsing.py (limited to 'tests/test_parsing.py') diff --git a/tests/test_parsing.py b/tests/test_parsing.py old mode 100644 new mode 100755 index a629d9fa..ac540183 --- a/tests/test_parsing.py +++ b/tests/test_parsing.py @@ -13,7 +13,6 @@ from cmd2.parsing import StatementParser, shlex_split @pytest.fixture def parser(): parser = StatementParser( - allow_redirection=True, terminators=[';', '&'], multiline_commands=['multiline'], aliases={'helpalias': 'help', -- cgit v1.2.1