Fix missing challengeSeed

This commit is contained in:
SaintPeter
2015-12-27 16:56:28 -08:00
parent 11d439c5d9
commit 8d8c82fd7d

View File

@ -16,6 +16,9 @@
"<h4>Instructions</h4>",
"Try creating one of each type of comment."
],
"challengeSeed": [
" "
],
"tests": [
"assert(editor.getValue().match(/(\\/\\/)...../g), 'message: Create a <code>//</code> style comment that contains at least five letters.');",
"assert(editor.getValue().match(/(\\/\\*)[\\w\\W]{5,}(?=\\*\\/)/gm), 'message: Create a <code>/* */</code> style comment that contains at least five letters.');",