Exercise 3 'Handling'
gabrielgrover opened this issue · 2 comments
gabrielgrover commented
When I run verify for this exercise the tests fail, but the Actual and Expected seem to be the same. Here is the output.
- ACTUAL: ""
- EXPECTED: ""
- ACTUAL: " <title>Hello Handling</title>"
- EXPECTED: " <title>Hello Handling</title>"
- ACTUAL: " "
- EXPECTED: " "
- ACTUAL: " Hello Handling"
- EXPECTED: " Hello Handling"
- ACTUAL: " "
- EXPECTED: " "
- ACTUAL: ""
- EXPECTED: ""
- ACTUAL: ""
- EXPECTED: ""
- ACTUAL: ""
- EXPECTED: ""
────────────────────────────────────────────────────────────────────────────────
✗ 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
fiveisprime commented
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.
fiveisprime commented
Fixed in makemehapi@5.0.1 👍