Python: bad re match made the tests fail..

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-08-17 16:24:00 +02:00
parent 8eacef3467
commit ca7c045d31

View File

@@ -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[, ...])