TestLineBreakIssue.after

1/**
2 * this is
3 * a block
4 * comment
5 */
6$(function() {
7    console.log("Hello, world!");
8});