The underlying problem involves tab expansion. Some of the code snippets contain tabs instead of single whitespaces, that are eventually expanded by asciidoc when generating the Docbook files.
In the snippet concerning the SeatAllocationService, the expanded tabs result in > 100 whitespaces added before the code in the corresponding lines of the docbook xml file. This resulted in the lines being omitted when the PDF is generated.
This can be resolved by replacing the tabs with 4 whitespaces, retaining the original code formatting. We should however fix this after JDF-259 (after updating the snippets), otherwise we'd have a very messy pull request.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
The underlying problem involves tab expansion. Some of the code snippets contain tabs instead of single whitespaces, that are eventually expanded by asciidoc when generating the Docbook files.
In the snippet concerning the SeatAllocationService, the expanded tabs result in > 100 whitespaces added before the code in the corresponding lines of the docbook xml file. This resulted in the lines being omitted when the PDF is generated.
This can be resolved by replacing the tabs with 4 whitespaces, retaining the original code formatting. We should however fix this after JDF-259 (after updating the snippets), otherwise we'd have a very messy pull request.