lte2000 / intellibot

IntelliJ/PyCharm plugin for Robot Automation Framework
https://github.com/lte2000/intellibot
MIT License
90 stars 27 forks source link

Support for non-ascii characters for keyword names #14

Open skhomuti opened 4 years ago

skhomuti commented 4 years ago

For keyword with non-ascii characters i've got an inspection: Non-ASCII characters in an identifier But robotframework allow this. There were problems with such symbols in python2, but everything works for python3.

Error "Keyword definition not found" is probably related to the same problem. image