Status: Accepted
Owner: pekka.klarck
Labels: Type-Defect Priority-Low Target-2.7.5

New issue 1224 by pekka.klarck: Extended variable syntax does not work if variable name contains non-ASCII characters
http://code.google.com/p/robotframework/issues/detail?id=1224

For example this test:

*** Test Cases ***
Example
    ${isä} =     Set Variable    hyvä
    Should Be Equal    ${isä.upper()}    HYVÄ

fails with with this error message:

Resolving variable '${isä.upper()}' failed: Non-existing variable '${is}'.


Reply via email to