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
28 lines
534 B
Plaintext
28 lines
534 B
Plaintext
title: Macros/unusedtitle/basic-params-tiddlers-exist
|
|
description: test <<unusedtitle>> with basic macro parameters, where new-name tiddlers already exist
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: New Tiddler
|
|
|
|
+
|
|
title: anotherBase
|
|
|
|
+
|
|
title: About
|
|
|
|
+
|
|
title: Output
|
|
|
|
<<unusedtitle>>
|
|
|
|
<<unusedtitle separator:"-">>
|
|
|
|
<<unusedtitle baseName:"anotherBase">>
|
|
|
|
<<unusedtitle baseName:"About" separator:"-">>
|
|
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>New Tiddler 1</p><p>New Tiddler-1</p><p>anotherBase 1</p><p>About-1</p> |