aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_rst_tables.py
Commit message (Expand)AuthorAgeFilesLines
* Fix: typo in test.Vincent Driessen2010-08-231-1/+1
* Bugfix for table output.Vincent Driessen2010-08-201-12/+12
* Implemented the "reflow" command.Vincent Driessen2010-08-201-3/+56
* Add support for multi-line cell formatting.Vincent Driessen2010-08-191-2/+46
* Fixed the last failing test (stupid line ending bug).Vincent Driessen2010-08-191-3/+6
* Add line partitioner.Vincent Driessen2010-08-191-5/+17
* Remove CreateTable().Vincent Driessen2010-08-191-2/+2
* Add join_rows helper function (necessary for joining long lines later on).Vincent Driessen2010-08-191-1/+29
* Add helper to set the fake vim cursor in tests.Vincent Driessen2010-08-191-2/+4
* Add ability to remove all empty columns automatically.Vincent Driessen2010-08-191-4/+14
* Use fixtures to make the tests more readable.Vincent Driessen2010-08-191-22/+19
* Added ability to parse existing tables.Vincent Driessen2010-08-191-0/+32
* Deal with spaces at the end of the line.Vincent Driessen2010-08-191-0/+5
* Fix: vim.buffer -> vim.current.bufferVincent Driessen2010-08-191-7/+7
* Add main logic to creating RST tables.Vincent Driessen2010-08-181-5/+138
* Change test root.Vincent Driessen2010-08-181-0/+14