[SPIP][PLUGINS] v3.0-->v3.2
[lhc/web/www.git] / www / plugins-dist / textwheel / tests / data / base / fenced_code_block.txt
diff --git a/www/plugins-dist/textwheel/tests/data/base/fenced_code_block.txt b/www/plugins-dist/textwheel/tests/data/base/fenced_code_block.txt
new file mode 100644 (file)
index 0000000..2bf49a3
--- /dev/null
@@ -0,0 +1,14 @@
+<cadre>
+<?php
+
+$message = 'fenced code block';
+echo $message;
+</cadre>
+
+<code>
+tilde
+</code>
+
+<cadre class="php">
+echo 'language identifier';
+</cadre>
\ No newline at end of file