adjusted test

pull/18182/head
robjloranger 2016-06-14 16:41:55 -07:00
parent a2ae2270a3
commit b87158f488
1 changed files with 1 additions and 1 deletions

View File

@ -1263,7 +1263,7 @@
],
"tests": [
"assert(typeof someAdjective !== 'undefined' && someAdjective.length > 2, 'message: <code>someAdjective</code> should be set to a string at least 3 characters long');",
"assert(code.match(/\\w\\s*\\+=\\s*someAdjective\\s*;/).length > 0, 'message: Append <code>someAdjective</code> to <code>myStr</code> using the <code>+=</code> operator');"
"assert(code.match(/myStr\\s*\\+=\\s*someAdjective\\s*/).length > 0, 'message: Append <code>someAdjective</code> to <code>myStr</code> using the <code>+=</code> operator');"
],
"type": "waypoint",
"challengeType": 1,