Updates:
Summary: Ampersand is escaped in tag stat link
Status: Accepted
Labels: Target-2.8.2
Comment #2 on issue 1494 by pekka.klarck: Ampersand is escaped in tag stat
link
http://code.google.com/p/robotframework/issues/detail?id=1494
I was able to reproduce the same issue also on Linux. It also occurs
without using --escape option for escaping, for example, when using your
original data file and the following command (notice that on Windows single
quotes may not work for escaping the same way):
pybot
--tagstatlink 'bug-*:http://tracker.com/tmtrack.dll?IssuePage&RecordId=%1&Template=view&TableId=1011:bug'
tagstat.txt
The root cause for the problem is likely to be that `&` is a special
character in HTML and needs to be escaped as `&` when used as-is. My
guess is that in this case it is escaped twice, first to make it `&`
and then `&`. This is needs to be investigated further to know for
sure.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.