mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-09 03:19:56 +00:00
b4d7e34a5a
* add unusedtitle macro tests - should have full code covery * remove numbering from tests
20 lines
484 B
Plaintext
20 lines
484 B
Plaintext
title: Macros/unusedtitle/basic-params
|
|
description: test <<unusedtitle>> with basic macro parameters
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
<<unusedtitle>>
|
|
|
|
<!-- EDGECASE: separator is ignored if tiddler title does not exist -->
|
|
<<unusedtitle separator:"-">>
|
|
|
|
<<unusedtitle baseName:"anotherBase">>
|
|
|
|
<<unusedtitle baseName:"About" separator:"-">>
|
|
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>New Tiddler</p><p>New Tiddler</p><p>anotherBase</p><p>About</p> |