[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / textwheel / tests / data / modeles_block / code_block.html
diff --git a/www/plugins-dist/textwheel/tests/data/modeles_block/code_block.html b/www/plugins-dist/textwheel/tests/data/modeles_block/code_block.html
new file mode 100644 (file)
index 0000000..72670c4
--- /dev/null
@@ -0,0 +1,8 @@
+<p>Une ligne avant</p>
+<div>Block test model #1</div>
+<div style='text-align: left;' class='spip_code' dir='ltr'><code>&lt;?php<br />
+<br />
+$message = 'Hello World &lt;textwheel1|block&gt;';<br />
+echo $message;</code></div>
+<p>Et ensuite une ligne</p>
+<div>Block test model #1</div>
\ No newline at end of file