diff options
Diffstat (limited to 'tests/test_shlexparsing.py')
-rw-r--r-- | tests/test_shlexparsing.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_shlexparsing.py b/tests/test_shlexparsing.py index 5237fd80..5d3c9546 100644 --- a/tests/test_shlexparsing.py +++ b/tests/test_shlexparsing.py @@ -15,6 +15,9 @@ Notes: - C++-style -> // comment - Python/Shell style -> # comment +Functions in cmd2.py to be modified: +- _complete_statement() + """ import cmd2 |