fix(challenges): allows single quotes
This commit is contained in:
committed by
Kristofer Koishigawa
parent
8286ff9c46
commit
57dab6d81f
@ -1012,7 +1012,7 @@
|
|||||||
{
|
{
|
||||||
"text": "<code>resultDisplayArray</code> is the desired output.",
|
"text": "<code>resultDisplayArray</code> is the desired output.",
|
||||||
"testString":
|
"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",
|
"text": "Template strings were used",
|
||||||
|
Reference in New Issue
Block a user