fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merging in creating/editing links via popup
[fnpeditor.git]
/
src
/
smartxml
/
smartxml.test.js
diff --git
a/src/smartxml/smartxml.test.js
b/src/smartxml/smartxml.test.js
index
cc2b3cf
..
8f7deb6
100644
(file)
--- a/
src/smartxml/smartxml.test.js
+++ b/
src/smartxml/smartxml.test.js
@@
-220,6
+220,7
@@
describe('smartxml', function() {
expect(node.contents()).to.have.length(1);
});
});
expect(node.contents()).to.have.length(1);
});
});
+ });
describe('Setting node attributes', function() {
it('can set node attribute', function() {
describe('Setting node attributes', function() {
it('can set node attribute', function() {
@@
-242,8
+243,6
@@
describe('smartxml', function() {
expect(event.meta.oldVal).to.equal('value1');
});
});
expect(event.meta.oldVal).to.equal('value1');
});
});
-
- });
});
describe('Basic TextNode properties', function() {
});
describe('Basic TextNode properties', function() {