summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-01-31Transitions no longer have to be followed by a scene heading.Martin Vilcans
2012-01-31Changed rules for forced Scene Headings (slugs).Martin Vilcans
2012-01-31Added tests on actual input/output files.Martin Vilcans
2011-12-16A leading ">" on a line means it's parsed as a transition.Martin Vilcans
2011-12-16Possible to escape stars (\*) so they aren't parsed as emphasis.Martin Vilcans
2011-12-16A line with two spaces inside dialog keeps the dialog together.Martin Vilcans
2011-12-16Fixed some problems with old RichString tests.Martin Vilcans
2011-11-28Added licensing information (MIT license)Martin Vilcans
2011-11-26Some code style changesMartin Vilcans
2011-11-25Allow whitespace after "<" on centered line.Martin Vilcans
2011-11-22Fix incorrectly parsing when mixing italic and bold. Thx, Stu!Martin Vilcans
2011-11-15Fixed bold/underline etc. in FDX. (Capitalization mistake.)Martin Vilcans
2011-11-15Make sure upper case centered paragraph isn't parsed as dialogue.Martin Vilcans
2011-11-15Added support for >centering text<Martin Vilcans
2011-11-10Made RichString non-hierarchical (simpler).Martin Vilcans
2011-10-01Just some cleanup/reformattingMartin Vilcans
2011-09-29Added FDX outputMartin Vilcans
2011-09-26Use rich strings for all content.Martin Vilcans
2011-09-21PEP8 compliance.Martin Vilcans
2011-09-21Added requirement that a slug must be only one line.Martin Vilcans
2011-09-21Parse bold, italic and underline (no output yet).Martin Vilcans
2011-09-10A Transition must be followed by a slug, otherwise it's ActionMartin Vilcans
2011-09-09Heed hard line breaks, per the SPMD spec.Martin Vilcans
2011-09-09Split code into more modules.Martin Vilcans
2011-08-24New spec for transitions.Martin Vilcans
2011-08-23Simplified dual dialog design.Martin Vilcans