comparison tests/doctest.txt @ 0:bf637ccfcae5 default tip

initial stub
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 04 Jul 2012 12:53:24 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bf637ccfcae5
1 Test memeomatic
2 ================
3
4 The obligatory imports:
5
6 >>> import memeomatic
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11