index
:
screenplain
feature/pdf
magentastripe
master
msm_notes
page-size
pdf-font-support
python2
python3
MSM's mirror of Screenplain
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
richstring_test.py
Age
Commit message (
Expand
)
Author
2022-11-07
assertEquals is deprecated - use assertEqual
Martin Vilcans
2022-11-07
Remove unittest2 (Python 2 compatibility)
Martin Vilcans
2020-02-12
Removing Python 2 support - no need for six #54
Martin Vilcans
2013-08-13
Use six.text_type in richstring_test
python2
Martin Vilcans
2013-08-13
Use unittest2 if available but don't require it.
Martin Vilcans
2013-08-13
Removed dependency on unittest2
Martin Vilcans
2012-07-08
PEP8 compliance.
Martin Vilcans
2011-12-16
Possible to escape stars (\*) so they aren't parsed as emphasis.
Martin Vilcans
2011-12-16
Fixed some problems with old RichString tests.
Martin Vilcans
2011-11-28
Added licensing information (MIT license)
Martin Vilcans
2011-11-26
Some code style changes
Martin Vilcans
2011-11-22
Fix incorrectly parsing when mixing italic and bold. Thx, Stu!
Martin Vilcans
2011-11-10
Made RichString non-hierarchical (simpler).
Martin Vilcans
2011-09-26
Use rich strings for all content.
Martin Vilcans
2011-09-21
PEP8 compliance.
Martin Vilcans
2011-09-21
Parse bold, italic and underline (no output yet).
Martin Vilcans