comparison tests/doctest.txt @ 0:ee1c34d2f1c4

initial commit
author Jeff Hammel <k0scist@gmail.com>
date Sun, 02 Mar 2014 19:01:54 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ee1c34d2f1c4
1 Test abbrev
2 ================
3
4 The obligatory imports:
5
6 >>> import abbrev
7
8 Run some tests. This test will fail, please fix it:
9
10 >>> assert True == False
11