mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-20 16:42:02 +00:00
Oops broken test
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user