diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 08:10:44 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 08:10:44 -0500 |
commit | a4ffd587fad7d2442a9ccdcdd0a8f6df347f39eb (patch) | |
tree | 268a3c4fb76c48bacf1cd9173bfd34938795860a /MANIFEST.in | |
parent | 60cb51632dce022d1a4aff18500d286e58e0bd5c (diff) | |
parent | 0aa065cb9ef6ae76640b6b0e7d43d687d9db39cd (diff) |
Removed unit tests that test different parsers' behavior on invalid markup, and replace them with informative comparisons generated by demonstrate_parser_differences.py.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index fe99812..b5504e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,5 @@ include doc/Makefile include doc/source/*.py include doc/source/*.rst include doc/source/*.jpg +include scripts/*.py +include scripts/*.txt |