You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(kit.toHtml()).toBe('<p>abcdefgh</p><blockquote data-attr=\'{"author":"Quasimodo","source":"Journal of Hunchbacks"}\'>ijklmnopqrstuvwxyz</blockquote>');
197
+
kit.et.marker({
198
+
action: 'upd',
199
+
target: ['data',0],
200
+
ops: [
201
+
['merge','',{
202
+
author: 'Pierre Gringoire',
203
+
source: 'Journal of Hunchbacks',
204
+
}],
205
+
],
206
+
});
207
+
expect(kit.toHtml()).toBe('<p>abcdefgh</p><blockquote data-attr=\'{"author":"Pierre Gringoire","source":"Journal of Hunchbacks"}\'>ijklmnopqrstuvwxyz</blockquote>');
0 commit comments