problems icon indicating copy to clipboard operation
problems copied to clipboard

CS50P PSET1 Bank misses extra output

Open ZRexshima opened this issue 7 months ago • 1 comments

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.

check50-part2

ZRexshima avatar Jul 09 '24 00:07 ZRexshima