fix(challenges): cherry pick pr 17664 & 17672 from main repo (#52)
This commit is contained in:
committed by
mrugesh mohapatra
parent
2b034e267b
commit
2375d0c98d
@ -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,
|
||||
|
Reference in New Issue
Block a user