Testing highlight

This commit is contained in:
Tom Willemsen 2012-11-04 12:35:00 +01:00
parent 0bdbf16419
commit f3029e754a

View file

@ -6,6 +6,10 @@ was going to import into a fresh new database to test with. When I
imported it everything seemed fine, except when looking at the actual
page. So this is what I found:
[[!format sql """
SELECT * FROM app_table;
"""]]
<pre class="src src-sql">SELECT * FROM app_table;
=&gt; 3 rows of data</pre>