mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
b4d7e34a5a
* add unusedtitle macro tests - should have full code covery * remove numbering from tests
23 lines
510 B
Plaintext
23 lines
510 B
Plaintext
title: Macros/unusedtitle/basic-params-empty-tiddler-exists
|
|
description: test <<unusedtitle>> with basic macro parameters but they are empty
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: New Tiddler
|
|
|
|
+
|
|
title: Output
|
|
|
|
<!-- hanled in wiki.js -->
|
|
<<unusedtitle separator:"">>
|
|
|
|
<!-- handled in unusedtitle.js -->
|
|
<<unusedtitle baseName:"">>
|
|
|
|
<!-- handled in wiki.js -->
|
|
<<unusedtitle template:"">>
|
|
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>New Tiddler 1</p><p>New Tiddler 1</p><p>New Tiddler 1</p> |