Oops broken test

This commit is contained in:
Jeremy Ruston
2026-04-01 13:20:04 +01:00
parent 55deaf2f11
commit 3d70015d5b
@@ -9,15 +9,20 @@ title: Output
<$text text=<<param>>/>
\end test
-
<<test Hello>>
-
<<test"Hello">>
-
<<test'Hello'>>
-
<<test`Hello`>>
+
title: ExpectedResult
<p>Hello</p>
<p>-
Hello
-
Hello
-
Hello
-</p>