mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-02 12:16:55 +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:
10
test/tiddlywiki.2.6.5/source/tiddlywiki/shadows/EditTemplate.tiddler
Executable file
10
test/tiddlywiki.2.6.5/source/tiddlywiki/shadows/EditTemplate.tiddler
Executable file
@@ -0,0 +1,10 @@
|
||||
<div title="EditTemplate">
|
||||
<pre><!--{{{-->
|
||||
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
|
||||
<div class='title' macro='view title'></div>
|
||||
<div class='editor' macro='edit title'></div>
|
||||
<div macro='annotations'></div>
|
||||
<div class='editor' macro='edit text'></div>
|
||||
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
|
||||
<!--}}}--></pre>
|
||||
</div>
|
||||
Reference in New Issue
Block a user