mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: bad re match made the tests fail..
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# All functions starting with "test_" should run and print `"OK"`.
|
||||
# This can be checked by running validTest.py.
|
||||
|
||||
def OK() # Call not found:
|
||||
def OK():
|
||||
print("OK")
|
||||
|
||||
# object.__new__(cls[, ...])
|
||||
|
||||
Reference in New Issue
Block a user