summaryrefslogtreecommitdiff
path: root/tests/files
AgeCommit message (Collapse)Author
2012-07-22Fixed runtime error on HTML output of dual dialogue.Martin Vilcans
Thanks for the bug report, Dahlia!
2012-07-10Strip leading and trailing whitespace from character names.Martin Vilcans
Closes #2
2012-07-10Automatically create test cases from files in tests/filesMartin Vilcans
This replaces the repeated test code.
2012-07-09Added page break support.Martin Vilcans
In HTML output, uses style page-break-before: always Closes #3
2012-03-01Line breaks become <br/> instead of <p> in HTML.Martin Vilcans
This should make line breaks look good with the new CSS.
2012-02-23Output synopsis to HTML.Martin Vilcans
Used Jonathan's CSS.
2012-02-20Added commenting out using /* boneyard */Martin Vilcans
2012-02-19Renamed SPMD to FountainMartin Vilcans
2012-02-08Added support for sectionsMartin Vilcans
2012-02-07Scene headings are now h6 in HTML outputMartin Vilcans
2012-02-07Added scene numbersMartin Vilcans
2012-01-31Added tests on actual input/output files.Martin Vilcans
This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug.