Files
codeql/python/ql/test/query-tests/Statements/general/C_StyleParentheses.expected
2018-11-19 15:15:54 +00:00

5 lines
307 B
Plaintext

| test.py:109:5:109:8 | cond | Parenthesized condition in 'if' statement. |
| test.py:112:8:112:11 | cond | Parenthesized condition in 'while' statement. |
| test.py:115:9:115:12 | test | Parenthesized test in 'assert' statement. |
| test.py:118:13:118:13 | x | Parenthesized value in 'return' statement. |