comparison tests/doctest.txt @ 0:a41537c4284f

stub
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 29 Mar 2012 16:44:35 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a41537c4284f
1 Test CommandParser
2 ================
3
4 The obligatory imports:
5
6 >>> import commandparser
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11