Talk:Tree traversal

From Rosetta Code
Revision as of 02:34, 13 April 2010 by rosettacode>Dgamey (Wiki markup problem with cross-language category references)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.