PITS /
00054: Bizarre handling of [=...=]
Summary: Bizarre handling of [=...=]
Created: 2004-09-24 19:46
Status: Closed - fixed for 2.0.devel9
Category: Bug
From: Pm
Assigned:
Priority: 5
Version: 2.0.devel8
OS:
Description:
There's some sort of bizarre side-effect with [=/=]
not properly preserving the slash. For example, the markup
URL[=/=]URI
should produce "URL/URI" with no link, instead it produces "URL/URI" as if it were a WikiWord or other link.
Another test:
URL/
URI
The problem was a setting of $KeepToken which was allowing the [=
and =]
to be treated as part of WikiWords. --Pm