Talk:Tree traversal: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Wiki markup problem with cross-language category references)
 
m (pre format)
Line 3: Line 3:


Problems observed in the following:
Problems observed in the following:
<nowiki>
<pre><nowiki>
...
...
== Icon and Unicon ==
== Icon and Unicon ==
Line 14: Line 14:
Note: A [[Category:Unicon]] specific example has not been provided. <=== SIDE EFFECT THIS CAUSES the task to show up in tasks completed Unicon
Note: A [[Category:Unicon]] specific example has not been provided. <=== SIDE EFFECT THIS CAUSES the task to show up in tasks completed Unicon
</nowiki>
</nowiki>
</pre>
I diagnosed the side effect - Tree Traversal shows up as a completed task under Unicon.
I diagnosed the side effect - Tree Traversal shows up as a completed task under Unicon.
* There is no <nowiki>{{header|Unicon}}</nowiki> tag anywhere on the page.
* There is no <nowiki>{{header|Unicon}}</nowiki> tag anywhere on the page.

Revision as of 02:35, 13 April 2010

Wiki markup problem

I'm not sure if this is a problem with the new Wiki, heading markup, or ...

Problems observed in the following:

...
== Icon and Unicon ==
==={{header|Icon}}===
<lang Icon>procedure main()
...
end</lang>

...
Note: A [[Category:Unicon]] specific example has not been provided.    <=== SIDE EFFECT THIS CAUSES the task to show up in tasks completed Unicon

I diagnosed the side effect - Tree Traversal shows up as a completed task under Unicon.

  • There is no {{header|Unicon}} tag anywhere on the page.
  • The [[Category:Unicon link]]produces nothing visible unlike other [[..]] tags. This also causes the problem.
  • Replacing the reference above with [http://rosettacode.org/wiki/Category:Unicon Unicon] doesn't cause the problem.