Commit | Date | |
---|---|---|
2013-03-08 17:30:47 | Tree | |
[r18715]
by
bugman
Modified the test_format_table5() unit test of lib.text.table.format_table() to check bool types. |
2013-03-08 17:28:35 | Tree |
[r18714]
by
bugman
Merged revisions 18709-18713 via svnmerge from ........ |
2013-03-08 17:21:37 | Tree |
[r18713]
by
bugman
The lib.text.table.format_table() function now handles overfull multi-column cells. The _determine_widths() private function has been created to better handle the determination of the |
2013-03-08 17:17:45 | Tree |
[r18712]
by
bugman
Fix for the test_format_table6() unit test of lib.text.table.format_table(). The numbers of the last column were not properly right justified. |
2013-03-08 17:15:27 | Tree |
[r18711]
by
bugman
Fix for lib.text.table.format_table() when more than one multi-column cell per row is encountered. The algorithm for determining the total width of the multi-column cell in _table_line() was not |
2013-03-08 16:30:20 | Tree |
[r18710]
by
bugman
Created the test_format_table6() unit test for lib.text.table.format_table(). This test shows a problem with more than one multi-column cells defined, as well as problems when a |
2013-03-08 16:28:30 | Tree |
[r18709]
by
bugman
Added column number checks for the data input into lib.text.table.format_table(). |
2013-03-08 15:09:49 | Tree |
[r18708]
by
bugman
Merged revisions 18706-18707 via svnmerge from ........ |
2013-03-08 14:47:48 | Tree |
[r18707]
by
bugman
The lib.text.table.format_table() function can now create a table without headers. |
2013-03-08 14:47:12 | Tree |