Mercurial > python-cmd2
changeset 313:e9f9dc712651
must puzzle out parsing of quoted strings
author | catherine@Drou |
---|---|
date | Tue, 09 Feb 2010 21:15:56 -0500 |
parents | 466eaec2c076 |
children | 0687bb650118 |
files | cmd2.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cmd2.py Sat Feb 06 19:21:44 2010 -0500 +++ b/cmd2.py Tue Feb 09 21:15:56 2010 -0500 @@ -450,6 +450,8 @@ >>> c.case_insensitive = True >>> c._init_parser() >>> print (c.parser.parseString('').dump()) + [] + >>> print (c.parser.parseString('').dump()) [] >>> print (c.parser.parseString('/* empty command */').dump()) []