mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +00:00
Test updates
Tests still don't all pass, but will do soon
This commit is contained in:
parent
e4d2213835
commit
5eeb45cd79
@ -1 +1 @@
|
||||
This is the <strong>text</strong> of the first tiddler, with a <span style="font-size:8em;color:red;">link</span> to the <a href="SecondTiddler">SecondTiddler</a>, too.
|
||||
This is the <strong>text</strong> of the first tiddler, with a <span style="font-size:8em;color:red;">link</span> to the <a href="SecondTiddler" class="linkResolves">SecondTiddler</a>, too.
|
@ -1 +1 @@
|
||||
An image <img src="Something.jpg" /> and a $1 couple of Ç Ç "HTML Entity" and macro 2.6.5
|
||||
An image <img src="Something.jpg" /> and a $1 couple of Ç Ç "HTML Entity" and macro 5.0.0
|
@ -1 +1 @@
|
||||
An image and a $1 couple of Ç Ç "HTML Entity" and macro 2.6.5
|
||||
An image and a $1 couple of Ç Ç "HTML Entity" and macro 5.0.0
|
@ -1 +1 @@
|
||||
<h2>Heading</h2>This is the second tiddler. It has a list:<br /><ul><li> Item one</li><li> Item two</li><li> Item three</li></ul>And a macro invocation 2.6.5 and a <span class="myClass">custom class</span><br />
|
||||
<h2>Heading</h2>This is the second tiddler. It has a list:<br /><ul><li> Item one</li><li> Item two</li><li> Item three</li></ul>And a macro invocation 5.0.0 and a <span class="myClass">custom class</span><br />
|
@ -1 +1 @@
|
||||
HeadingThis is the second tiddler. It has a list: Item one Item two Item threeAnd a macro invocation 2.6.5 and a custom class
|
||||
HeadingThis is the second tiddler. It has a list: Item one Item two Item threeAnd a macro invocation 5.0.0 and a custom class
|
@ -1 +1 @@
|
||||
4<br /><br />SeventhTiddler<br /><br />{{** Evaluation error: ReferenceError: window is not defined **}}<br />
|
||||
4<br /><br />SeventhTiddler<br /><br />window<br />
|
@ -2,6 +2,6 @@ title: SeventhTiddler
|
||||
|
||||
<<echo {{2+2}}>>
|
||||
|
||||
<<echo {{"title"}}>>
|
||||
<<echo {{tiddler.fields.title}}>>
|
||||
|
||||
<<echo {{"window"}}>>
|
||||
|
@ -1 +1 @@
|
||||
4SeventhTiddler{{** Evaluation error: ReferenceError: window is not defined **}}
|
||||
4SeventhTiddlerwindow
|
@ -3,7 +3,6 @@ modified: 20110211110621
|
||||
modifier: Jermolene
|
||||
|
||||
<<view title>>
|
||||
<<view title wikified>>
|
||||
<<view modified date>>
|
||||
<<view modifier link>>
|
||||
<<list all>>
|
||||
|
@ -1 +1 @@
|
||||
An explicit link <a href="Fourth Tiddler">Fourth Tiddler</a> and <a href="Fourth Tiddler">a pretty link</a> and a transclusion An image <img src="Something.jpg" /> and a Stringy couple of Ç Ç "HTML Entity" and macro 2.6.5
|
||||
An explicit link <a href="Fourth Tiddler" class="linkResolves">Fourth Tiddler</a> and <a href="Fourth Tiddler" class="linkResolves">a pretty link</a> and a transclusion An image <img src="Something.jpg" /> and a Stringy couple of Ç Ç "HTML Entity" and macro 2.6.5
|
Loading…
Reference in New Issue
Block a user