'hm'
This commit is contained in:
parent
004e42ef7e
commit
17da17130e
@ -79,6 +79,6 @@ f = open(sys.argv[1], 'r')
|
|||||||
|
|
||||||
for line in f:
|
for line in f:
|
||||||
if auto.test_string(line):
|
if auto.test_string(line):
|
||||||
print("FALSE %s" % line)
|
|
||||||
else:
|
|
||||||
print("TRUE %s" % line)
|
print("TRUE %s" % line)
|
||||||
|
else:
|
||||||
|
print("FALSE %s" % line)
|
||||||
|
Loading…
Reference in New Issue
Block a user