Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.0 M3
-
None
-
Unit
-
Unknown
-
Description
This is a strange problem, take a look at following two test cases:
Test-1: This one passes
.#----------------------------------------------------- .input|xwiki/2.0 .#----------------------------------------------------- ~-~-verbose **replace** 'ftp://afp' .#----------------------------------------------------- .expect|xwiki/2.0 .#----------------------------------------------------- ~-~-verbose **replace** 'ftp://afp'
Test-1: This one fails
.#----------------------------------------------------- .input|xwiki/2.0 .#----------------------------------------------------- ~-~-verbose 'ftp://afp' .#----------------------------------------------------- .expect|xwiki/2.0 .#----------------------------------------------------- ~-~-verbose 'ftp://afp'
I tried to reduce the problem scope as much as possible but this is all what I could come up with.