index
:
markdown/.git
master
A Python implementation of John Gruber’s Markdown with Extension support.
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
regression-tests.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
More cleanup. Added some doc strings. Removed old testing framework files.
Waylan Limberg
2009-06-05
1
-234
/
+0
|
*
Fixed a bug where Markdown choked on input of only whitespace. Added some tests.
Waylan Limberg
2009-03-21
1
-0
/
+20
|
*
Updated regresion tests for recent refactors (both package and BlockParser).
Waylan Limberg
2008-11-20
1
-23
/
+57
|
*
Replaced Treap with OrderedDict. Updated regression_tests and extensions. ↵
Waylan Limberg
2008-10-28
1
-57
/
+80
|
|
|
|
All tests pass. Still needs documentation.
*
Cleaned up regression test suite code.
Waylan Limberg
2008-10-14
1
-14
/
+16
|
*
Increased verbosity of regression test output.
Waylan Limberg
2008-10-14
1
-1
/
+1
|
*
Added extension doctests to the regression tests and fixed a few broken ↵
Waylan Limberg
2008-10-14
1
-3
/
+18
|
|
|
|
doctests in CodeHilite and WikiLinks extentions.
*
Added regression tests to make sure we don't break any APIs in the future. ↵
Waylan Limberg
2008-10-14
1
-0
/
+140
It's likely more tests need to be added.