El RIDO
2026-01-25 10:00:14 +01:00
parent 7806faf16c
commit 72e8ffe368
5 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ describe('Helper', function () {
clean();
urlString = $('<div />').text(urlString).html();
const expected = $('<div />').text(prefix).html() + '<a href="' + urlString + '" target="_blank" rel="nofollow noopener noreferrer">' + urlString + '</a>' + $('<div />').text(postfix).html();
return $('<div />').text(prefix).html() + '<a href="' + urlString + '" target="_blank" rel="nofollow noopener noreferrer">' + urlString + '</a>' + $('<div />').text(postfix).html() === result;
return expected === result;
}
);
jsc.property(