Files
codeql/javascript/ql/test/query-tests/JSLint/InvalidJSLintDirective/InvalidJSLintDirective.expected
2018-08-02 17:53:23 +01:00

4 lines
371 B
Plaintext

| tst.js:2:1:2:13 | /* global x*/ | JSLint directives must not have whitespace characters before the directive name. |
| tst.js:3:1:3:18 | /* global x,y: z*/ | JSLint directives must not have whitespace characters before the directive name. |
| tst.js:16:1:98:2 | /* glob ... rue,\\n*/ | JSLint directives must not have whitespace characters before the directive name. |