mediawiki-extensions-Visual.../modules/ve/test/dm
Catrope 045b597253 Fix the "list of US Presidents" bug
I noticed this bug on [[List of Presidents of the United States]]. When
there's HTML that looks like "<td>Foo\n<meta/></td>", the converter will
collect the newline in wrappedWhitespace, then attempt to splice it out
and store it in internal data. But instead, it ends up splicing out the
/metaBlock element, which causes strange unbalanced input, which causes
an empty table in the node tree.

Change-Id: I79ed2fa9a834cc42759c7d21250d8842f563d38f
2012-12-11 11:23:31 -08:00
..
nodes
ve.dm.AnnotationFactory.test.js
ve.dm.BranchNode.test.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Converter.test.js Fix the "list of US Presidents" bug 2012-12-11 11:23:31 -08:00
ve.dm.Document.test.js (bug 42806) Copy/paste errors on unbalanced data 2012-12-07 13:34:28 -08:00
ve.dm.DocumentSynchronizer.test.js
ve.dm.example.js Fix the "list of US Presidents" bug 2012-12-11 11:23:31 -08:00
ve.dm.LeafNode.test.js Store the data model element in the DM tree 2012-11-27 14:36:29 -08:00
ve.dm.Node.test.js Static composition of 'can' and 'not', may improve performance slightly 2012-12-07 13:38:00 -08:00
ve.dm.NodeFactory.test.js
ve.dm.Surface.test.js
ve.dm.SurfaceFragment.test.js
ve.dm.Transaction.test.js Remove FIXMEs resolved in 15c5495255 2012-12-10 18:09:49 -08:00
ve.dm.TransactionProcessor.test.js Make annotating inline elements actually work 2012-11-27 14:41:40 -08:00