1
0
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:
Jeremy Ruston 2012-01-04 11:58:24 +00:00
parent e4d2213835
commit 5eeb45cd79
10 changed files with 9 additions and 10 deletions

View File

@ -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.

View File

@ -1 +1 @@
An image <img src="Something.jpg" /> and a $1 couple of &#xc7; &#199; &quot;HTML Entity&quot; and macro 2.6.5
An image <img src="Something.jpg" /> and a $1 couple of &#xc7; &#199; &quot;HTML Entity&quot; and macro 5.0.0

View File

@ -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

View File

@ -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 />

View File

@ -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

View File

@ -1 +1 @@
4<br /><br />SeventhTiddler<br /><br />{{** Evaluation error: ReferenceError: window is not defined **}}<br />
4<br /><br />SeventhTiddler<br /><br />window<br />

View File

@ -2,6 +2,6 @@ title: SeventhTiddler
<<echo {{2+2}}>>
<<echo {{"title"}}>>
<<echo {{tiddler.fields.title}}>>
<<echo {{"window"}}>>

View File

@ -1 +1 @@
4SeventhTiddler{{** Evaluation error: ReferenceError: window is not defined **}}
4SeventhTiddlerwindow

View File

@ -3,7 +3,6 @@ modified: 20110211110621
modifier: Jermolene
<<view title>>
<<view title wikified>>
<<view modified date>>
<<view modifier link>>
<<list all>>

View File

@ -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 &#xc7; &#199; &quot;HTML Entity&quot; 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 &#xc7; &#199; &quot;HTML Entity&quot; and macro 2.6.5