summaryrefslogtreecommitdiff
path: root/tests/test_build_text.py
Commit message (Expand)AuthorAgeFilesLines
* Complete test suite overhaul.Georg Brandl2014-09-211-93/+27
* `make text` generate wrong table when it has empty table cells. Closes #1544shimizukawa2014-08-261-0/+26
* Update copyright year.Georg Brandl2014-03-011-1/+1
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...shimizukawa2013-10-031-3/+3
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-3/+1
* Add regression test for #1109. Issue was corrected at previous commit 62b0a5f...shimizukawa2013-03-091-0/+28
* Fix: text builder breach max-witdh specificatoin if paragraph have prefixed t...shimizukawa2013-03-091-0/+29
* Fix text builder did not respect wide/fullwidth characters for textwrap.shimizukawa2013-02-071-0/+21
* Fix text builder did not respect wide/fullwidth charactors for table layout.shimizukawa2013-02-061-0/+21
* Fix text builder did not respect wide/fullwidth charactors for title line.shimizukawa2013-02-051-0/+44