koajs / kick-off-koa

[MAINTAINERS WANTED] An intro to koa via a set of self-guided workshops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise 10 fails

jewkesy opened this issue · comments

Test 3 fails, I've tried copy/paste your solution and the same result is returned: -

Your submission results compared to the expected:

────────────────────────────────────────────────────────────────────────────────

  1. ACTUAL: "

    Tobi is a 3 year old ferret.

    "
  2. EXPECTED: "

    Tobi is a 3 year old ferret.

    "
  3. ACTUAL: ""
  4. EXPECTED: ""
  5. ACTUAL: ""
  6. EXPECTED:

────────────────────────────────────────────────────────────────────────────────

✗ Submission results match expected

FAIL

Your solution to TEMPLATING didn't pass. Try again!

looks like there's one more newline in your ejs file.

nvm, i think this is fixed in version 1.1.1. have a try :)

All working now, cheers!

The new line threw me for a bit - I'm using Atom.io and that automatically adds a new line at the end of file. Used nano just to be sure....