TestLineBreakIssue.before 88 B

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