Bug description:
The test function in replit failed to function normally. The test function ignores the output from the code and use the input as the output. So the students always failed the test cases even though their code are correct.
Expected vs Current Behavior:
Expected: The test function uses the actual output from the code
Current: The test function uses the input as the output and ignore the output from the code
Steps to reproduce:
Click “Run Test” in “Test”.
Bug appears at this link: https://replit.com/@66-1-itds120/L05-Q3-Bonus
Screenshot(s)/Screen Recording:
Browser/OS/Device: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Replit Profile: https://replit.com/@ProgrammingMuic