Skip to content

Commit

Permalink
Tests: Updated test after merging it from master to major. Fixes #13345.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Jun 2, 2015
1 parent 0514f02 commit 6697996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/htmldataprocessor.js
Expand Up @@ -548,7 +548,7 @@

// #13292
'test protected source in attribute in self-closing tag': function() {
var processor = this.editor3.dataProcessor,
var processor = this.editors.editor3.dataProcessor,
source = '<p><img src="[[image]]"/></a></p>',
expectedHtml = '<p><img data-cke-saved-src="{cke_protected_1}" src="{cke_protected_1}" /></p>',
expectedOutput = '<p><img src="[[image]]" /></p>';
Expand Down

0 comments on commit 6697996

Please sign in to comment.