Merge pull request #6303 from dooglus/fix/allow_2_lorem_ipsum_words
Fix validation for "Fill in the Blank with Placeholder Text"
This commit is contained in:
@ -216,7 +216,7 @@
|
|||||||
"<p>Hello Paragraph</p>"
|
"<p>Hello Paragraph</p>"
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
"assert.isTrue((/Kitty(\\s)+ipsum(\\s)+dolor/gi).test($(\"p\").text()), 'message: Your <code>p</code> element should contain the first few words of the provided <code>kitty ipsum text</code>.');"
|
"assert.isTrue((/Kitty(\\s)+ipsum/gi).test($(\"p\").text()), 'message: Your <code>p</code> element should contain the first few words of the provided <code>kitty ipsum text</code>.');"
|
||||||
],
|
],
|
||||||
"challengeType": 0,
|
"challengeType": 0,
|
||||||
"nameEs": "Llena espacios con texto de relleno",
|
"nameEs": "Llena espacios con texto de relleno",
|
||||||
|
Reference in New Issue
Block a user