mjrusso / mountain

A tool for working with files in the Fountain screenplay format.
http://blog.mjrusso.com/2014/08/15/mountain-screenwriting-with-fountain.html
MIT License
20 stars 1 forks source link

Require at least one non-whitespace character in directives. #1

Closed drusso closed 10 years ago

drusso commented 10 years ago

This fixes a crash caused by using [[#include ]] (note the whitespace after the #include). This fix ignores any directives that do not include a non-whitespace character.

mjrusso commented 10 years ago

Thanks @drusso. I've merged and added f22ffb12f7ad6176e5aa4b73ddbf3a5e7f8a7e9f to test the new behaviour (mainly, to confirm that there is no crash).