aboutsummaryrefslogtreecommitdiffstats
path: root/tests/richstring_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Possible to escape stars (\*) so they aren't parsed as emphasis.Martin Vilcans2011-12-161-0/+6
|
* Fixed some problems with old RichString tests.Martin Vilcans2011-12-161-9/+20
| | | | | | Sometimes the segments of the RichString objects became RichString objects instead of Segment. That's what you get for dynamic typing I guess...
* Added licensing information (MIT license)Martin Vilcans2011-11-281-0/+4
|
* Some code style changesMartin Vilcans2011-11-261-4/+10
|
* Fix incorrectly parsing when mixing italic and bold. Thx, Stu!Martin Vilcans2011-11-221-1/+27
|
* Made RichString non-hierarchical (simpler).Martin Vilcans2011-11-101-35/+61
| | | | Also: FDX output should have correct line breaks now.
* Use rich strings for all content.Martin Vilcans2011-09-261-0/+3
|
* PEP8 compliance.Martin Vilcans2011-09-211-0/+3
|
* Parse bold, italic and underline (no output yet).Martin Vilcans2011-09-211-0/+122