mediawiki-extensions-Visual.../tests/ve2
Trevor Parscal 8ce7fd0c85 Fixed length calculations and added tests for node tree
Image nodes are leafs, so providing an empty array to their children/length "contents" constructor argument ends up setting the numeric length to [], which casts to an empty string in arithmetic, causing all further calculations to be concatenations instead of additions.

Change-Id: I40e1ea2295f6095318bc4c24185cadfdfb684557
2012-04-30 13:23:46 -07:00
..
dm Fixed length calculations and added tests for node tree 2012-04-30 13:23:46 -07:00
index.html Added test data and fixed test suite links 2012-04-27 14:59:52 -07:00
ve.BranchNode.test.js Removed "prototype." prefix from test names 2012-04-27 11:03:08 -07:00
ve.LeafNode.test.js Added more nodes and removed canHave[Grandc|C]hildren methods 2012-04-20 16:34:47 -07:00
ve.Node.test.js Removed "prototype." prefix from test names 2012-04-27 11:03:08 -07:00
ve.NodeFactory.test.js Implement ve.NodeFactory and add tests 2012-04-23 11:46:30 -07:00