Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
fix(challenges): allows single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkennedy9147 authored and scissorsneedfoodtoo committed Jul 25, 2018
1 parent 8286ff9 commit 57dab6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@
{
"text": "<code>resultDisplayArray</code> is the desired output.",
"testString":
"assert(makeList(result.failure).every((v, i) => v === `<li class=\"text-warning\">${result.failure[i]}</li>`), '<code>resultDisplayArray</code> is the desired output.');"
"assert(makeList(result.failure).every((v, i) => v === `<li class=\"text-warning\">${result.failure[i]}</li>` || v === `<li class='text-warning'>${result.failure[i]}</li>`), '<code>resultDisplayArray</code> is the desired output.');"
},
{
"text": "Template strings were used",
Expand Down

0 comments on commit 57dab6d

Please sign in to comment.