lczub / robotframework-magik

Robot Framework high level keywords for automated testing Smallworld Magik images
13 stars 2 forks source link

keyword 'Execute Magik Command' has problems with strings, including '\n', '\t' or '\f' substrings #9

Closed lczub closed 10 years ago

lczub commented 10 years ago

Keyword Execute Magik Command write("star\tbig bird\nsmall bird\fbad bird") returns something like "star[tab]big bird[??]small bird[??]bad bird" instead "star\tbig bird\nsmall bird\fbad bird"