[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / textwheel / tests / data / base / nested_block-level_html.html
diff --git a/www/plugins-dist/textwheel/tests/data/base/nested_block-level_html.html b/www/plugins-dist/textwheel/tests/data/base/nested_block-level_html.html
new file mode 100644 (file)
index 0000000..5a639df
--- /dev/null
@@ -0,0 +1,20 @@
+<div>
+<i>parent</i>
+<div>
+<i>child</i>
+</div>
+<pre>
+<i>adopted child</i>
+</pre>
+</div>
+<div>
+{parent}
+<div>
+{child}
+</div>
+<pre>
+{adopted child}
+</pre>
+</div>
+
+<p><i>outside</i></p>
\ No newline at end of file