mediawiki-extensions-Visual.../tests
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
..
parser Remove a few entries we now care about from the whitelist 2012-06-07 10:04:20 +02:00
ve Add and update an offset map in DocumentNode 2012-04-13 16:46:02 -07:00
ve2 Fix selectNodes() bug: empty range at the start of a node returned [] 2012-06-19 17:12:36 -07:00