problems
problems copied to clipboard
CS50P PSET1 Bank misses extra output
If the tested program outputs the correct amount as a response but then prints out another line, check50 marks it as passing. In the example found, during manual testing the program printed:
$0 $None
This still apparently passes check50. So check50 searches a regex for that line but misses the extra line. My local test passed for 7/7 checks.