This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2026-04-21 15:05:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d99247cf13c5792bd6d36cbb5b08e0a631bcaab9
codeql
/
python
/
ql
/
test
/
query-tests
/
Functions
/
overriding
History
Owen Mansel-Chan
5a97348e78
python: Inline expectation should have space after $
...
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
2026-03-04 12:45:05 +00:00
..
IncorrectlyOverriddenMethod.expected
…
IncorrectlyOverriddenMethod.qlref
…
IncorrectlySpecifiedOverriddenMethod.expected
…
IncorrectlySpecifiedOverriddenMethod.qlref
…
SignatureOverriddenMethod.expected
Increase precision in detecting call matches signature
2025-09-02 12:02:08 +01:00
SignatureOverriddenMethod.qlref
…
test.py
python: Inline expectation should have space after $
2026-03-04 12:45:05 +00:00
WrongNameForArgumentInCall.expected
Updae other test output
2025-09-01 16:31:04 +01:00
WrongNameForArgumentInCall.qlref
…
WrongNumberArgumentsInCall.expected
…
WrongNumberArgumentsInCall.qlref
…