correct URLs by escaping quotes (#13416)
This commit is contained in:
committed by
mrugesh mohapatra
parent
476d6ec78f
commit
640eee5f19
@ -1137,7 +1137,7 @@
|
|||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
"</style>",
|
"</style>",
|
||||||
"<a href=\"https://atjonathan.github.io/catphotoapp\" target=\"_blank\">CatPhotoApp</a>"
|
"<a href=\"http://freecatphotoapp.com/\" target=\"_blank\">CatPhotoApp</a>"
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The <code>color</code> of the anchor tag text should be black.')"
|
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The <code>color</code> of the anchor tag text should be black.')"
|
||||||
@ -1166,7 +1166,7 @@
|
|||||||
" ",
|
" ",
|
||||||
" ",
|
" ",
|
||||||
"</style>",
|
"</style>",
|
||||||
"<a href=\"https://atjonathan.github.io/catphotoapp\" target=\"_blank\">CatPhotoApp</a>"
|
"<a href=\"http://freecatphotoapp.com/\" target=\"_blank\">CatPhotoApp</a>"
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The anchor tag <code>color</code> should remain black, only add CSS rules for the <code>:hover</code> state.');",
|
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The anchor tag <code>color</code> should remain black, only add CSS rules for the <code>:hover</code> state.');",
|
||||||
|
Reference in New Issue
Block a user