Updates:
        Status: WontFix

Comment #1 on issue 1727 by pekka.klarck: variable value ends with '\ ' (a backslash character for escape and space character), then the space is ignored
http://code.google.com/p/robotframework/issues/detail?id=1727

As documented in the User Guide, trailing spaces stripped always, even if prefixed by a backslash. You preserve them, you can add a backslash after like `a \ \`. Alternatively you can use built-in ${SPACE} variable possibly in combination with the extended variable syntax. For example, all these ought to work in your case:

    a ${SPACE}
    a${SPACE}${SPACE}
    a${SPACE * 2}

--
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/d/optout.

Reply via email to