aboutsummaryrefslogtreecommitdiffstats
path: root/tests/spmd_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed SPMD to FountainMartin Vilcans2012-02-191-437/+0
|
* 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
| | | | | | The title page isn't actually used for anything right now, but if it is in the source, at least it doesn't appear as action lines in the output.
* Added support for sectionsMartin Vilcans2012-02-081-1/+15
|
* Read the spec again. Scene numbers are alphanumeric only.Martin Vilcans2012-02-071-2/+6
|
* Added scene numbersMartin Vilcans2012-02-071-1/+15
|
* 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
|
* 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
| | | | | | | | | | | | | Double linebreaks no longer signify a slug. Instead you can force one with a leading period: e.g. FADE IN: .DARKNESS (whatever that would look like!?)
* A leading ">" on a line means it's parsed as a transition.Martin Vilcans2011-12-161-0/+21
| | | | (But only if it's the last paragraph or followed by a slug.)
* A line with two spaces inside dialog keeps the dialog together.Martin Vilcans2011-12-161-1/+15
| | | | Fixed according to spec.
* Added licensing information (MIT license)Martin Vilcans2011-11-281-0/+4
|
* Some code style changesMartin Vilcans2011-11-261-0/+1
|
* Allow whitespace after "<" on centered line.Martin Vilcans2011-11-251-6/+14
|
* 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-101-31/+32
| | | | Also: FDX output should have correct line breaks now.
* Just some cleanup/reformattingMartin Vilcans2011-10-011-1/+0
|
* Use rich strings for all content.Martin Vilcans2011-09-261-0/+15
|
* PEP8 compliance.Martin Vilcans2011-09-211-0/+1
|
* Added requirement that a slug must be only one line.Martin Vilcans2011-09-211-0/+13
| | | | Otherwise it is parsed as dialog.
* Parse bold, italic and underline (no output yet).Martin Vilcans2011-09-211-4/+0
|
* A Transition must be followed by a slug, otherwise it's ActionMartin Vilcans2011-09-101-2/+0
|
* Heed hard line breaks, per the SPMD spec.Martin Vilcans2011-09-091-0/+37
|
* Split code into more modules.Martin Vilcans2011-09-091-0/+152