mediawiki-extensions-Visual.../tests/ve2
Catrope fc4ba3019a Fix selectNodes() bug: empty range at the start of a node returned []
Because of the end>=left condition, the loop was exiting right before
hitting the startBefore case, so use end>=left-1 instead.

Fixing this exposed another bug that caused nodeRange and nodeOuterRange
to be off by one: we need to increment left after storing it in
startOffset, not before

Change-Id: I54e18fb2119c8caefb4f7a7f2be43c6129afc4c0
2012-06-19 17:12:36 -07:00
..
ce Added foundation for new converter 2012-05-31 16:50:16 -07:00
dm Update the code to account for the fact that sHref is now a string 2012-06-19 16:04:07 -07:00
image.png Added transparent 1px image to make unit tests not show HTTP errors 2012-05-14 15:04:06 -07:00
index.html Using resource loader debug scripts to unstub ve.log 2012-06-18 13:30:39 -07:00
ve.BranchNode.test.js Add a tableSection to the example data and update offsets and stuff in almost all tests 2012-06-08 12:27:39 -07:00
ve.Document.test.js Massive refactor of node trees, generalizing lots of previously dm only stuff 2012-05-09 21:11:09 -07:00
ve.example.js Fix selectNodes() bug: empty range at the start of a node returned [] 2012-06-19 17:12:36 -07:00
ve.Factory.test.js Added foundation for new converter 2012-05-31 16:50:16 -07:00
ve.LeafNode.test.js Split node factory into dm specific implementation 2012-04-30 15:42:36 -07:00
ve.Node.test.js - Optimize surface model and write unit tests 2012-05-04 15:29:47 -07:00