mediawiki-extensions-Visual.../modules/ve/test/dm
Trevor Parscal c8b4a28936 Added key-sorting to make hashes referentially transparent
To do this, we are using the replacer callback of JSON.stringify, which is supported by all of our target browsers including IE8. We are also leaning on Object.keys and Array.reduce, the latter of which required adding a new fallback implementation for some browsers which do not support it yet.

Change-Id: Ifa285ca3da4d94d962464f09414591532bbea79c
2012-08-15 11:14:44 -07:00
..
nodes Kranitor #1: On-boarding 2012-07-27 14:40:00 -07:00
ve.dm.BranchNode.test.js Puttin' em white-spacers where they aught'a be 2012-08-06 18:52:19 -07:00
ve.dm.Converter.test.js Strip and preserve inner leading&trailing whitespace in the linear model 2012-08-10 17:23:53 -07:00
ve.dm.Document.test.js Clean up a few commas and some indentation 2012-08-10 16:49:14 -07:00
ve.dm.DocumentSynchronizer.test.js Kranitor #1: On-boarding 2012-07-27 14:40:00 -07:00
ve.dm.example.js Added key-sorting to make hashes referentially transparent 2012-08-15 11:14:44 -07:00
ve.dm.LeafNode.test.js Kranitor #1: On-boarding 2012-07-27 14:40:00 -07:00
ve.dm.Node.test.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.dm.NodeFactory.test.js After much research on error objects, native = good, custom = bad 2012-08-08 10:48:53 -07:00
ve.dm.Surface.test.js Clean up: Single quotes 2012-08-07 07:02:01 +02:00
ve.dm.Transaction.test.js Make use of new jshint options 2012-08-10 02:50:30 +02:00
ve.dm.TransactionProcessor.test.js Make use of new jshint options 2012-08-10 02:50:30 +02:00