Test insertorderedlist on partly-list input
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Tue, 17 May 2011 13:59:56 -0600
changeset 137 1416ab2c9d62
parent 136 b47fb1536043
child 138 55b23575c01b
Test insertorderedlist on partly-list input

Spec is wrong here.
autoimplementation.html
--- a/autoimplementation.html	Tue May 17 13:55:38 2011 -0600
+++ b/autoimplementation.html	Tue May 17 13:59:56 2011 -0600
@@ -650,6 +650,8 @@
 		'foo<br>[bar]',
 		'f[oo<br>b]ar<br>baz',
 		'<p>[foo]<br>bar</p>',
+		'[foo<ol><li>bar]</ol>baz',
+		'foo<ol><li>[bar</ol>baz]',
 
 		'<table><tbody><tr><td>foo<td>b[a]r<td>baz</table>',
 		'<table><tbody><tr data-start=1 data-end=2><td>foo<td>bar<td>baz</table>',