diff options
author | kotfu <kotfu@kotfu.net> | 2018-04-21 16:24:45 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-04-21 16:24:45 -0600 |
commit | 27b5ab6da0955fda521febada0070d4b53c7e255 (patch) | |
tree | 7c959f0ea43b80eedd323da77bc0a4f71a172708 /tests/test_shlexparsing.py | |
parent | 2350ec2a9b137ee3026efff1b1b3537d99cf19f2 (diff) | |
download | cmd2-git-27b5ab6da0955fda521febada0070d4b53c7e255.tar.gz |
A bit of renaming
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 |