mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
16 lines
272 B
Plaintext
16 lines
272 B
Plaintext
|
title: Macros/MismatchedNamedEnd
|
||
|
description: Mismatched named end is part of the body
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\define hello()
|
||
|
\end goodbye
|
||
|
\end
|
||
|
|
||
|
Out: <<hello>>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>Out: \end goodbye</p>
|