blob: 59bde509c24afd9953dfe1332546bbc4884758a9 [file] [log] [blame]
40 columns |
>>> Insert blank between script and line comment.
#!script
// comment
<<<
#!script
// comment
>>> Collapse multiple lines between script and line comment.
#!script
// comment
<<<
#!script
// comment
>>> Insert blank between script and block comment.
#!script
/* comment */
<<<
#!script
/* comment */
>>> Collapse multiple lines between script and block comment.
#!script
/* comment */
<<<
#!script
/* comment */