code-output.txt in Code Filter 7
<pre class="codeblock"><code class="language-php">// Code comment is here.
watchdog('actions', '@count orphaned actions (%orphans) exist in the actions table. !link', array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_INFO);
/**
* Longer comment is here.
**/
</code></pre>
File
modules/codefilter_prism/tests/code-output.txt
View source
// Code comment is here.
- watchdog('actions', '@count orphaned actions (%orphans) exist in the actions table. !link', array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_INFO);
-
- /**
- * Longer comment is here.
- **/
-
-