[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / textwheel / tests / data / base / code_block.txt
diff --git a/www/plugins-dist/textwheel/tests/data/base/code_block.txt b/www/plugins-dist/textwheel/tests/data/base/code_block.txt
new file mode 100644 (file)
index 0000000..2a107e5
--- /dev/null
@@ -0,0 +1,9 @@
+Une ligne avant
+<code>
+<?php
+
+$message = 'Hello World';
+echo $message;
+
+</code>
+Et ensuite une ligne
\ No newline at end of file