joao-carloto / FireRobot

Firefox extension for Robot Framework/Selenium.
Other
28 stars 6 forks source link

Error when loading file with variables made out of other variables #69

Closed joao-carloto closed 9 years ago

joao-carloto commented 9 years ago

E.g. ${first-name}    John ${last-name}    Smith ${full-name}   ${first-name} ${last-name}

The ${full-name} variable load from file will be messed up.