mediawiki-extensions-Visual.../modules/ve-mw/test/dm
Roan Kattouw 64e5016423 Fix metadata issues in newFromDocumentReplace
* Our metadata insertions now need to be the same length as the data
  insertion, not one more, so:
** Remove the +1 in the listMetadata splice
** Shorten the metadata variable by dropping the merging of the
   metadata right before and right after the internal list; it was
   also including the metadata right after the internal list twice
*** We still need to deal with this in some way though, left a TODO
** Fix the metadata insertion test for these changes
* Fix null reference keys in the test data; we made all references
  keyed a while ago, but this test data was never updated for that
** The remapping of reference data doesn't remap auto/N keys yet,
   left a FIXME for that

Change-Id: I8ef4e6ee7c1808574d81d0b83294848afd400cd7
2013-11-04 14:37:26 +00:00
..
nodes Prevent escaping of piped links in wikitext parameters 2013-07-11 16:20:39 +01:00
ve.dm.InternalList.test.js Prevent naming collisions when generating unique reference names 2013-09-19 21:03:15 -07:00
ve.dm.MWConverter.test.js ve.copy: Remove obsolete copyArray and copyObject 2013-07-30 01:44:22 +02:00
ve.dm.mwExample.js Fix metadata issues in newFromDocumentReplace 2013-11-04 14:37:26 +00:00
ve.dm.SurfaceFragment.test.js Actually run all the tests 2013-07-10 19:36:55 -07:00
ve.dm.Transaction.test.js Fix metadata issues in newFromDocumentReplace 2013-11-04 14:37:26 +00:00