aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add Screenplay classMartin Vilcans2014-10-211-52/+52
* Tests that would have caught the p a r e n t h e t i c a l bugMartin Vilcans2014-03-033-0/+18
* Use unittest2 if available but don't require it.Martin Vilcans2013-08-135-4/+22
* Removed dependency on unittest2Martin Vilcans2013-08-134-22/+19
* Fixed runtime error on HTML output of dual dialogue.Martin Vilcans2012-07-222-0/+6
* Strip leading and trailing whitespace from character names.Martin Vilcans2012-07-103-0/+24
* Automatically create test cases from files in tests/filesMartin Vilcans2012-07-102-34/+70
* Changed bad test case nameMartin Vilcans2012-07-101-1/+1
* Added page break support.Martin Vilcans2012-07-094-2/+41
* PEP8 compliance.Martin Vilcans2012-07-082-6/+9
* Only a single period creates a slug.Martin Vilcans2012-07-081-0/+9
* Support mixed sections and synopsisesMartin Vilcans2012-03-121-0/+10
* Support sections that are bunched together.Martin Vilcans2012-03-121-0/+17
* Line breaks become <br/> instead of <p> in HTML.Martin Vilcans2012-03-013-4/+34
* Output synopsis to HTML.Martin Vilcans2012-02-232-3/+9
* Added commenting out using /* boneyard */Martin Vilcans2012-02-204-1/+38
* Transition must end with "TO:", not just ":"Martin Vilcans2012-02-191-0/+8
* Renamed SPMD to FountainMartin Vilcans2012-02-199-17/+15
* Moved spmd tests into separate classes.Martin Vilcans2012-02-191-19/+29
* Added synopsis support to slugs and sections.Martin Vilcans2012-02-191-0/+38
* Parse the title page.Martin Vilcans2012-02-161-5/+53
* Added support for sectionsMartin Vilcans2012-02-084-1/+41
* Scene headings are now h6 in HTML outputMartin Vilcans2012-02-072-3/+3
* Read the spec again. Scene numbers are alphanumeric only.Martin Vilcans2012-02-071-2/+6
* Added scene numbersMartin Vilcans2012-02-074-1/+32
* Refactored spmd parser to use InputParagraph class.Martin Vilcans2012-02-011-18/+12
* New syntax for dual dialog: ^ (Jan 2012 spec)Martin Vilcans2012-02-011-10/+10
* Some pep8 compliance regarding whitespaceMartin Vilcans2012-02-011-1/+2
* Transitions no longer have to be followed by a scene heading.Martin Vilcans2012-01-311-2/+16
* Changed rules for forced Scene Headings (slugs).Martin Vilcans2012-01-311-4/+13
* Added tests on actual input/output files.Martin Vilcans2012-01-314-0/+96
* A leading ">" on a line means it's parsed as a transition.Martin Vilcans2011-12-161-0/+21
* Possible to escape stars (\*) so they aren't parsed as emphasis.Martin Vilcans2011-12-161-0/+6
* A line with two spaces inside dialog keeps the dialog together.Martin Vilcans2011-12-161-1/+15
* Fixed some problems with old RichString tests.Martin Vilcans2011-12-161-9/+20
* Added licensing information (MIT license)Martin Vilcans2011-11-283-0/+12
* Some code style changesMartin Vilcans2011-11-263-6/+13
* Allow whitespace after "<" on centered line.Martin Vilcans2011-11-251-6/+14
* Fix incorrectly parsing when mixing italic and bold. Thx, Stu!Martin Vilcans2011-11-221-1/+27
* Fixed bold/underline etc. in FDX. (Capitalization mistake.)Martin Vilcans2011-11-151-9/+9
* Make sure upper case centered paragraph isn't parsed as dialogue.Martin Vilcans2011-11-151-0/+9
* Added support for >centering text<Martin Vilcans2011-11-151-0/+23
* Made RichString non-hierarchical (simpler).Martin Vilcans2011-11-103-83/+119
* Just some cleanup/reformattingMartin Vilcans2011-10-012-1/+1
* Added FDX outputMartin Vilcans2011-09-291-0/+45
* Use rich strings for all content.Martin Vilcans2011-09-262-0/+18
* PEP8 compliance.Martin Vilcans2011-09-212-0/+4
* Added requirement that a slug must be only one line.Martin Vilcans2011-09-211-0/+13
* Parse bold, italic and underline (no output yet).Martin Vilcans2011-09-212-4/+122
* A Transition must be followed by a slug, otherwise it's ActionMartin Vilcans2011-09-101-2/+0