Merge pull request #10995 from Deadpool37/fix/html5-and-css-typo

Fix typo in html5-and-css
This commit is contained in:
Jonathan
2016-09-30 08:11:19 +01:00
committed by GitHub

View File

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