mediawiki-extensions-Visual.../tests/ve2/dm
Trevor Parscal 14862a1212 Fixed bug in isStructuralOffset which didn't consider neighboring a non-content leaf to be a structural offset
This was caused by the fact that a non-structural leaf can not have children, which makes it appear incompatible as a sibling to an arbitrary structural element (like a paragraph) but since it can not contain content we can check that instead.

Change-Id: Ie3c58b4b43f2aa6921f8f82aa82511e231207854
2012-05-25 13:19:56 -07:00
..
ve.dm.BranchNode.test.js Restructured static node rules 2012-05-21 17:39:12 -07:00
ve.dm.Document.test.js Fixed bug in isStructuralOffset which didn't consider neighboring a non-content leaf to be a structural offset 2012-05-25 13:19:56 -07:00
ve.dm.DocumentSynchronizer.test.js Added tests for document synchronizer 2012-05-09 18:31:09 -07:00
ve.dm.example.js Added merge test for ve.dm.TransactionProcessor 2012-05-16 13:33:42 -07:00
ve.dm.HTMLConverter.test.js Whitespace fixes and removed some console.log statements 2012-05-17 11:29:50 -07:00
ve.dm.LeafNode.test.js Restructured static node rules 2012-05-21 17:39:12 -07:00
ve.dm.Node.test.js Restructured static node rules 2012-05-21 17:39:12 -07:00
ve.dm.NodeFactory.test.js Restructured static node rules 2012-05-21 17:39:12 -07:00
ve.dm.Surface.test.js Whitespace and syntax fixes 2012-05-07 13:40:09 -07:00
ve.dm.TextNode.test.js Added getOuterLength tests for text and document nodes 2012-04-30 13:48:20 -07:00
ve.dm.Transaction.test.js Remove pushInsert() and pushRemove() 2012-05-23 12:45:27 -07:00
ve.dm.TransactionProcessor.test.js Added merge test for ve.dm.TransactionProcessor 2012-05-16 13:33:42 -07:00