aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files
Commit message (Collapse)AuthorAgeFilesLines
* Show multiple spaces in a row as is in HTML & PDFMartin Vilcans2016-04-143-0/+41
| | | | | | | Not sure if FDX output should use   Let's keep using spaces for now. Closes #30
* Parse files with BOM present; fixes #5michaelx3862015-09-183-0/+67
|
* Add test for dual dialogue in FDX outputMartin Vilcans2015-07-231-0/+21
|
* 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
| | | | | | Bug was caused by a regression in d0c5183b4773e9dfac7113b24b492e0826c36bac See fix in b0dac73a8899d6ad5db3564202f566ddb963b446
* Fixed runtime error on HTML output of dual dialogue.Martin Vilcans2012-07-222-0/+6
| | | | Thanks for the bug report, Dahlia!
* Strip leading and trailing whitespace from character names.Martin Vilcans2012-07-103-0/+24
| | | | Closes #2
* Automatically create test cases from files in tests/filesMartin Vilcans2012-07-101-0/+18
| | | | This replaces the repeated test code.
* Added page break support.Martin Vilcans2012-07-092-0/+7
| | | | | | In HTML output, uses style page-break-before: always Closes #3
* Line breaks become <br/> instead of <p> in HTML.Martin Vilcans2012-03-013-4/+34
| | | | This should make line breaks look good with the new CSS.
* Output synopsis to HTML.Martin Vilcans2012-02-232-3/+9
| | | | Used Jonathan's CSS.
* Added commenting out using /* boneyard */Martin Vilcans2012-02-202-0/+26
|
* Renamed SPMD to FountainMartin Vilcans2012-02-197-0/+0
|
* Added support for sectionsMartin Vilcans2012-02-082-0/+20
|
* Scene headings are now h6 in HTML outputMartin Vilcans2012-02-072-3/+3
|
* Added scene numbersMartin Vilcans2012-02-072-0/+11
|
* Added tests on actual input/output files.Martin Vilcans2012-01-313-0/+37
This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug.