# HG changeset patch # User catherine@Drou # Date 1265768156 18000 # Node ID e9f9dc712651629a600b12657c26900998c5a253 # Parent 466eaec2c0766a6053700a9082f4c54c44207017 must puzzle out parsing of quoted strings diff -r 466eaec2c076 -r e9f9dc712651 cmd2.py --- 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()) []