fix(challenges): cherry pick pr 17664 & 17672 from main repo (#52)

This commit is contained in:
Guy Even
2018-06-27 16:28:39 +03:00
committed by mrugesh mohapatra
parent 2b034e267b
commit 2375d0c98d
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"text":
"Create a <code>/* */</code> style comment that contains at least five letters.",
"testString":
"assert(code.match(/(\\/\\*)([^\\*\\/]{5,})(?=\\*\\/)/gm), 'Create a <code>/* */</code> style comment that contains at least five letters.');"
"assert(code.match(/(\\/\\*)([^\\/]{5,})(?=\\*\\/)/gm), 'Create a <code>/* */</code> style comment that contains at least five letters.');"
}
],
"challengeType": 1,