Files
codeql/python/ql/test/2/query-tests/Lexical/lexical_test.py
2026-06-15 16:15:17 +01:00

14 lines
155 B
Python

#Bad Octal literal
017 # $ Alert
#Good Octal literal
0o17
#Special case file permissions
permission = 0777
#Other literals beginning with 0
0
0L
0b1
0x1