Add some more tests that showcase spec bugs
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 25 May 2011 08:59:52 -0600
changeset 167 17f5d951b956
parent 166 ee5cecae41d9
child 168 cb6aa0868ea5
Add some more tests that showcase spec bugs
autoimplementation.html
--- a/autoimplementation.html	Wed May 25 08:51:28 2011 -0600
+++ b/autoimplementation.html	Wed May 25 08:59:52 2011 -0600
@@ -640,6 +640,13 @@
 		['p', '<div>[foobar]</div>'],
 
 		'<ol><li>[foo]<li>bar</ol>',
+
+		['<p>', '<h1>[foo]<br>bar</h1>'],
+		['<p>', '<h1>foo<br>[bar]</h1>'],
+		['<p>', '<h1>[foo<br>bar]</h1>'],
+		['<h1>', '<p>[foo]<br>bar</p>'],
+		['<h1>', '<p>foo<br>[bar]</p>'],
+		['<h1>', '<p>[foo<br>bar]</p>'],
 	],
 	hilitecolor: [
 		'foo[]bar',