JS: Update output after line number change

Some OK-style comments had to be moved to the following line, shifting line numbers.

In selected range also included the comments themselves.

Lastly, the result sets were reordered by the CLI in some cases.
This commit is contained in:
Asger F
2025-02-06 14:33:21 +01:00
parent 9be041e27d
commit 426edd55f2
86 changed files with 2855 additions and 2855 deletions

View File

@@ -1,5 +1,5 @@
| jsdoc.js:9:5:9:19 | this.y = this.y | This expression assigns property y to itself. |
| jsdoc.js:11:5:11:23 | this.arg = this.arg | This expression assigns property arg to itself. |
| tst.js:5:2:5:14 | width = width | This expression assigns variable width to itself. |
| tst.js:24:1:24:19 | array[1] = array[1] | This expression assigns element 1 to itself. |
| tst.js:27:1:27:9 | o.x = o.x | This expression assigns property x to itself. |
| tst.js:4:2:4:14 | width = width | This expression assigns variable width to itself. |
| tst.js:22:1:22:19 | array[1] = array[1] | This expression assigns element 1 to itself. |
| tst.js:24:1:24:9 | o.x = o.x | This expression assigns property x to itself. |