We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12ce50 commit b7a6cabCopy full SHA for b7a6cab
dev/tests/js/jasmine/tests/lib/mage/wysiwygAdapter.test.js
@@ -26,6 +26,12 @@ define([
26
27
describe('wysiwygAdapter', function () {
28
describe('encoding and decoding directives', function () {
29
+ /**
30
+ * Tests encoding and decoding directives
31
+ *
32
+ * @param decodedHtml
33
+ * @param encodedHtml
34
+ */
35
function runTests(decodedHtml, encodedHtml) {
36
var encodedHtmlWithForwardSlashInImgSrc = encodedHtml.replace(/src="((?:(?!"|\\\?).)*)/, 'src="$1/');
37
0 commit comments