We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I started working on section headers in Textplay. To make sure that I introduce only these changes and keep everything else constant, I tried to run Textplay on a suite of test cases from https://github.com/nyousefi/Fountain/tree/master/FountainTests
Textplay barfs on two of the test files, https://github.com/nyousefi/Fountain/blob/master/FountainTests/SectionHeaders.fountain and https://github.com/nyousefi/Fountain/blob/master/FountainTests/Synopses.fountain with the message
textplay:291:in <main>': undefined method []' for nil:NilClass (NoMethodError)
<main>': undefined method
The error seens to indicate that Textplay cannot process a .fountain document without any printable content.
I wonder if this is desirable behavior, or if it's preferable for Textplay to produce a header and a footer even if there is no content.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I started working on section headers in Textplay. To make sure that I introduce only these changes and keep everything else constant, I tried to run Textplay on a suite of test cases from https://github.com/nyousefi/Fountain/tree/master/FountainTests
Textplay barfs on two of the test files, https://github.com/nyousefi/Fountain/blob/master/FountainTests/SectionHeaders.fountain and https://github.com/nyousefi/Fountain/blob/master/FountainTests/Synopses.fountain with the message
The error seens to indicate that Textplay cannot process a .fountain document without any printable content.
I wonder if this is desirable behavior, or if it's preferable for Textplay to produce a header and a footer even if there is no content.
The text was updated successfully, but these errors were encountered: