Merge pull request #4521 from shadowfool/patch-1

Fix Convert JSON to HTML test to forEach
This commit is contained in:
Rex Schrader
2015-11-18 10:17:52 -08:00

View File

@ -174,7 +174,7 @@
"<code>});</code>"
],
"tests": [
"assert(editor.match(/json\\.map/gi), 'The message box should have something in it.')"
"assert(editor.match(/json\\.forEach/gi), 'The message box should have something in it.')"
],
"challengeSeed": [
"fccss",