2
0

TestLineBreakIssue.after 94 B

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