Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHi,
ok - I've traced this down in the code and now and it is as you have observed, the list values are trimmed before being returned from the list. A possible workaround is to have a list containing script expansions;
${=" value with a leading space"}
${="value with a trailing space "}
which will be inserted correctly into the request.
Hope this helps!
/Ole
SmartBear Software
ok - I've traced this down in the code and now and it is as you have observed, the list values are trimmed before being returned from the list. A possible workaround is to have a list containing script expansions;
${=" value with a leading space"}
${="value with a trailing space "}
which will be inserted correctly into the request.
Hope this helps!
/Ole
SmartBear Software