Updated test case

This commit is contained in:
Pranay Berry
2016-05-29 10:32:32 +05:30
parent d3f95d4917
commit 1de8664451

View File

@ -643,7 +643,7 @@
],
"tests": [
"assert(remainder === 2, 'message: The value of <code>remainder</code> should be <code>2</code>');",
"assert(/\\d+\\s*%\\s*\\d+/.test(code), 'message: You should use the <code>%</code> operator');"
"assert(/var\\s*?remainder\\s*?=\\s*?.*%.*;/.test(code), 'message: You should use the <code>%</code> operator');"
],
"type": "waypoint",
"challengeType": 1,