Closed gabrielgrover closed 8 years ago
When I run verify for this exercise the tests fail, but the Actual and Expected seem to be the same. Here is the output.
────────────────────────────────────────────────────────────────────────────────
✗ Submission results did not match expected!
Your solution to HANDLING didn't pass. Try again!
It seems if your text editor does not have tab set to 4 spaces the tests will fail
This has to do with newline at the end of the solution file. Adding a newline to the end of your html file will correct the issue.
I update the solution to ignore the newline.
Fixed in makemehapi@5.0.1 :+1:
When I run verify for this exercise the tests fail, but the Actual and Expected seem to be the same. Here is the output.
────────────────────────────────────────────────────────────────────────────────
✗ Submission results did not match expected!
FAIL
Your solution to HANDLING didn't pass. Try again!
It seems if your text editor does not have tab set to 4 spaces the tests will fail