Update html5-and-css.json

This commit is contained in:
Ananay
2016-09-30 10:05:12 +05:30
committed by GitHub
parent 39fc613438
commit db195b6d7f

View File

@ -25,7 +25,7 @@
],
"tests": [
{
"text": "Your <code>h1</code> element should have the text \"Hello World\".');",
"text": "Your <code>h1</code> element should have the text \"Hello World\".",
"testString": "assert.isTrue((/hello(\\s)+world/gi).test($('h1').text()), 'Your <code>h1</code> element should have the text \"Hello World\".');"
}
],