Changeset 6742
- Timestamp:
- 04/21/11 12:36:16 (2 years ago)
- File:
-
- 1 edited
-
CKEditor/tests/dt/core/htmlparser/htmlparser.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/tests/dt/core/htmlparser/htmlparser.html
r6643 r6742 81 81 }, 82 82 83 // Attributes may have the < or > character. (#7513) 84 test_lt_gt_on_attributes : function() 85 { 86 assert.areSame( '<p title="a < b > c" class="test">Sample</p>', 87 htmlParse( '<p title="a < b > c" class="test">Sample</p>' )); 88 }, 89 83 90 test_6946_1 : function() 84 91 {
Note: See TracChangeset
for help on using the changeset viewer.
