Add more tests the spec fails
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 25 May 2011 12:29:07 -0600
changeset 170 63622e2e065c
parent 169 d08f8d6ea8cb
child 171 40404f43d3b8
Add more tests the spec fails
autoimplementation.html
--- a/autoimplementation.html	Wed May 25 12:27:02 2011 -0600
+++ b/autoimplementation.html	Wed May 25 12:29:07 2011 -0600
@@ -861,6 +861,8 @@
 		["abc", 'foo[bar]baz'],
 		'foo[bar]baz',
 		'foo<b>{bar}</b>baz',
+		'<p>foo[bar]baz</p>',
+		'<p>foo[bar<p>baz]quz',
 	],
 	insertimage: [
 		'foo[]bar',
@@ -869,6 +871,7 @@
 		["", 'foo[bar]baz'],
 		'foo[bar]baz',
 		'foo<b>{bar}</b>baz',
+		'<p>foo[bar<p>baz]quz',
 	],
 	insertorderedlist: [
 		'foo[]bar',