mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 15:16:43 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
11
test/tiddlywiki.2.6.5/source/tiddlywiki/shadows/ViewTemplate.tiddler
Executable file
11
test/tiddlywiki.2.6.5/source/tiddlywiki/shadows/ViewTemplate.tiddler
Executable file
@@ -0,0 +1,11 @@
|
||||
<div title="ViewTemplate">
|
||||
<pre><!--{{{-->
|
||||
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
|
||||
<div class='title' macro='view title'></div>
|
||||
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
|
||||
<div class='tagging' macro='tagging'></div>
|
||||
<div class='tagged' macro='tags'></div>
|
||||
<div class='viewer' macro='view text wikified'></div>
|
||||
<div class='tagClear'></div>
|
||||
<!--}}}--></pre>
|
||||
</div>
|
||||
Reference in New Issue
Block a user