Scope analysis does not provide support for undeclared variables.

0 instances of missing semicolons counted.

0 unnecessary instances of the keyword new counted.

  1. 1
  2. 2
  3. 3
  4. 4
  5. -5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  24. 24
  25. 25
  26. 26
  27. 27
  28. 28
  29. 29
  30. 30
  31. 31
  32. 32
  33. 33
  34. 34
  35. 35
  36. 36
  37. 37
  38. 38
  39. 39
  40. 40
  41. 41
  42. 42
  43. 43
  44. 44
  45. 45
  46. 46
  47. 47
  48. 48
  49. 49
  50. 50
  51. 51
  52. 52
  53. 53
  54. 54
  55. 55
  56. 56
  57. 57
  58. 58
  59. 59
  60. 60
  61. 61
  62. 62
  63. 63
  64. 64
  65. 65
  66. 66
  67. 67
  68. 68
  69. 69
  70. 70
  1. /*prettydiff.com wrap:40 preserve:4*/
  2. // this is a long line comment that
  3. // should wrap onto an additional line,
  4. // but we will see
  5. // this comment has line breaks that
  6. // should be preserved
  7. //
  8. // line breaks can contain white space,
  9. // which is to be ignored
  10. //
  11. // the white space in line breaks could
  12. // resemble code, but it should still be
  13. // ignored
  14. //
  15. // a long line that should wrap onto a
  16. // much smaller following line, but we
  17. // will see
  18. // comments starting with 4 spaces or a
  19. // tab are treated as code and should
  20. // not wrap
  21. //
  22. // this is a long line that should not wrap as it is formatted as commented code in markdown
  23. //
  24. // comments that start with either an
  25. // asterisks, dash, or a number followed
  26. // by a dot are list items and comments
  27. // should not wrap onto list lines
  28. // * star line, but i am going to make
  29. // it longer to see if it wraps into the
  30. // next line
  31. // - dash line, but we also need to see
  32. // if this wraps into the next line
  33. // 46000. number line and again we need
  34. // to see if this wraps into the next
  35. // line
  36. // * arrrrgghhh
  37. // comments starting with 4 spaces or a
  38. // tab are treated as code and should
  39. // not wrap
  40. //
  41. // this is a long line that should not wrap as it is formatted as commented code in markdown
  42. //
  43. // comments that start with either an
  44. // asterisks, dash, or a number followed
  45. // by a dot are list items and comments
  46. // should not wrap onto list lines
  47. // * star line, but i am going to make
  48. // it longer to see if it wraps into the
  49. // next line
  50. //
  51. // - dash line, but we also need to see
  52. // if this wraps into the next line
  53. //
  54. // 46000. number line and again we need
  55. // to see if this wraps into the next
  56. // line
  57. //
  58. // * arrrrgghhh