Skip to content

Commit

Permalink
Item12888: Reverting WikiSyntax removal for the test
Browse files Browse the repository at this point in the history
In this case, the topic generates a not found link anyway,  has nothing
to do with Foswiki documentation issues.  Unit test only.
  • Loading branch information
gac410 committed Jan 20, 2015
1 parent 7175c9b commit a1880bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/data/TestCases/TestCaseAutoFormatting.txt
Expand Up @@ -411,7 +411,7 @@ LinkBoxes
---++ Square Brackets
---+++ Expected
<!-- expected expand SQUABS -->
<a class="foswikiNewLink" href="%SCRIPTURLPATH{"edit"}%/TestCases/EditingShorthand?topicparent=TestCases.TestCaseAutoFormatting" rel="nofollow" title="Create this topic">wiki syntax</a>
<a class="foswikiNewLink" href="%SCRIPTURLPATH{"edit"}%/TestCases/WikiSyntax?topicparent=TestCases.TestCaseAutoFormatting" rel="nofollow" title="Create this topic">wiki syntax</a>
<p />
<a href="%SCRIPTURLPATH{"view"}%/%USERSWEB%/%WIKIUSERSTOPIC%">%USERSWEB%.Wiki users</a>
<p />
Expand Down Expand Up @@ -443,13 +443,13 @@ escaped:
---++ Protocol Links
---+++ Expected
<!-- expected expand PROTOCOL -->
<a class="foswikiNewLink" href="%SCRIPTURLPATH{"edit"}%/TestCases/EditingShorthand?topicparent=TestCases.TestCaseAutoFormatting" rel="nofollow" title="Create this topic">syntax</a>
<a class="foswikiNewLink" href="%SCRIPTURLPATH{"edit"}%/TestCases/WikiSyntax?topicparent=TestCases.TestCaseAutoFormatting" rel="nofollow" title="Create this topic">syntax</a>
<p />
<a href="http://gnu.org" >GNU</a>
<!-- /expected -->
---+++ Actual
<!-- actual -->
[[EditingShorthand][syntax]]
[[WikiSyntax][syntax]]

[[http://gnu.org][GNU]]
<!-- /actual -->
Expand Down

0 comments on commit a1880bc

Please sign in to comment.