lxzliuxinzhu / syntaxhighlighter

Automatically exported from code.google.com/p/syntaxhighlighter
GNU General Public License v3.0
0 stars 0 forks source link

XML brush: URL with trailing slash followed by closing tag get mixed #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use the following code within pre tag and xml brush:
<UnsubscribeUrl>http://somesite.com/unsubscribe/</UnsubscribeUrl> 

What is the expected output (replaced greater and less then signs with
square brackets)? 
[UnsubscribeUrl]http://somesite.com/unsubscribe/[/UnsubscribeUrl]

What do you see instead (replaced greater and less then signs with square
brackets)?
[UnsubscribeUrl]http://somesite.com/unsubscribe/[;/UnsubscribeUrl]

What version of the product are you using?
2.0

On what operating system?
Windows XP

Please provide any additional information below.
Firefox 3.5

Original issue reported on code.google.com by alek.da...@gmail.com on 27 Aug 2009 at 4:40