Skip to content

Commit

Permalink
Item817: testcase updates
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3473 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Apr 17, 2009
1 parent 91bab71 commit a4d517c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions core/data/TestCases/TestCaseAutoFormatting.txt
Expand Up @@ -28,8 +28,8 @@ Designed by: Crawford Currie
---++ Headings
---+++ Expected
<!-- expected HEADS -->
<h2><a name="Sushi"></a>Sushi</h2>
<h3><a name="Maguro"></a>Maguro</h3>
<h2><a name="ASushi"></a>Sushi</h2>
<h3><a name="AMaguro"></a>Maguro</h3>
<!-- /expected -->
---+++ Actual
<!-- actual -->
Expand Down Expand Up @@ -433,7 +433,7 @@ escaped:
<p />
<a class="foswikiCurrentTopicLink" href="%SCRIPTURLPATH{"view"}%/TestCases/TestCaseAutoFormatting#MyAnchor">Jump</a>
<p />
<a name="MyAnchor"></a> To here
<a name="AMyAnchor"></a> To here
<!-- /expected -->
---+++ Actual
<!-- actual -->
Expand Down
2 changes: 1 addition & 1 deletion core/data/TestCases/TestCaseAutoIncludeAttachment.txt
Expand Up @@ -10,7 +10,7 @@ Designed by: Crawford Currie
---+ Existing attachment
---++ Expected
<!-- expected -->
<h1><a name="heading_321"></a>heading 1</h1>
<h1><a name="Aheading_321"></a>heading 1</h1>
<!-- /expected -->
---++ Actual
<!-- actual -->
Expand Down
26 changes: 13 additions & 13 deletions core/data/TestCases/TestCaseAutoTOC.txt
Expand Up @@ -15,15 +15,15 @@ Designed by: Crawford Currie
<a name=foswikiTOC />
<div class="foswikiToc">
<ul>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#Nonsense">Nonsense</a>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#ANonsense">Nonsense</a>
<ul>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#Makes">Makes</a>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#AMakes">Makes</a>
<ul>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#Content">Content</a>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#AContent">Content</a>
</li>
</ul>
</li>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#Tests">Tests</a>
<li> <a href="%SCRIPTURLPATH{"view"}%/%WEB%/TocFixture?@URLPARAMS#ATests">Tests</a>
</li>
</ul>
</li>
Expand All @@ -40,35 +40,35 @@ Designed by: Crawford Currie
<div class="foswikiToc">
<span class="foswikiTocTitle">The Top</span>
<ul>
<li> <a href="?@URLPARAMS#H1_32_60_33_45_451_45_45_62">H1 <!--1--></a>
<li> <a href="?@URLPARAMS#AH1_32_60_33_45_451_45_45_62">H1 <!--1--></a>
<ul>
<li> <a href="?@URLPARAMS#H2">H2</a>
<li> <a href="?@URLPARAMS#AH2">H2</a>
</li>
</ul>
</li>
<li> <a href="?@URLPARAMS#H1_32_60_33_45_452_45_45_62">H1 <!--2--></a>
<li> <a href="?@URLPARAMS#AH1_32_60_33_45_452_45_45_62">H1 <!--2--></a>
<ul>
<li> <a href="?@URLPARAMS#H2_AN1">H2</a>
<li> <a href="?@URLPARAMS#AH2_AN1">H2</a>
<ul>
<li>
<ul>
<li> <a href="?@URLPARAMS#Don_39t_32ignore_32_32except_32this">Don't ignore</a>
<li> <a href="?@URLPARAMS#ADon_39t_32ignore_32_32except_32this">Don't ignore</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <a href="?@URLPARAMS#hash_32H1">hash H1</a>
<li> <a href="?@URLPARAMS#Ahash_32H1">hash H1</a>
<ul>
<li> <a href="?@URLPARAMS#H2_AN2">H2</a>
<li> <a href="?@URLPARAMS#AH2_AN2">H2</a>
</li>
</ul>
</li>
<li> <a href="?@URLPARAMS#hash_32H1_AN1">hash H1</a>
<li> <a href="?@URLPARAMS#Ahash_32H1_AN1">hash H1</a>
<ul>
<li> <a href="?@URLPARAMS#normal_32H2">normal H2</a>
<li> <a href="?@URLPARAMS#Anormal_32H2">normal H2</a>
</li>
</ul>
</li>
Expand Down

0 comments on commit a4d517c

Please sign in to comment.