fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Stronger linting
[fnpeditor.git]
/
src
/
smartxml
/
smartxml.test.js
diff --git
a/src/smartxml/smartxml.test.js
b/src/smartxml/smartxml.test.js
index
cf7ef2a
..
289b982
100644
(file)
--- a/
src/smartxml/smartxml.test.js
+++ b/
src/smartxml/smartxml.test.js
@@
-438,8
+438,8
@@
describe('smartxml', function() {
lastDiv = section.contents()[section.contents().length -1];
var returned = section.document.wrapNodes({
lastDiv = section.contents()[section.contents().length -1];
var returned = section.document.wrapNodes({
-
element
1: aliceText,
-
element
2: lastDiv,
+
node
1: aliceText,
+
node
2: lastDiv,
_with: {tagName: 'header'}
});
_with: {tagName: 'header'}
});
@@
-462,8
+462,8
@@
describe('smartxml', function() {
div3 = section.contents()[2];
section.document.wrapNodes({
div3 = section.contents()[2];
section.document.wrapNodes({
-
element
1: div2,
-
element
2: div3,
+
node
1: div2,
+
node
2: div3,
_with: {tagName: 'header'}
});
_with: {tagName: 'header'}
});