# GeneratorTest Coding Standard ## Code Comparison, blank lines This is a standard block.
Valid: Checking handling of blank lines. | Invalid: Checking handling of blank lines. |
---|---|
// First line of the code sample is // deliberately empty. // We also have a blank line in the middle. // And a blank line at the end. | // First line of the code sample is // deliberately empty. // We also have a blank line in the middle. // And a blank line at the end. |