sourcepawn
sourcepawn copied to clipboard
Linter report with error line in .sp file after using "\" to escape string in 1.12-7210
the wrong code actually in line 56 but linter report in 53.
Finally, use "..." instead "\" to escape string to make linter report the wrong code line correctly.