We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
( Possibly same as issue #5 )
( From https://groups.google.com/forum/#!topic/robotframework-users/017w6G7HljE%5B1-25%5D )
If you include some regexp code, it breaks highlighting after the regexp is defined. The following code will show this issue.
*** Settings *** Documentation Verify ability to upgrade and downgrade FW Suite Setup yada yada yada ${VAR_1} ${VAR_2} Suite Teardown yada yada yada ${VAR_1} ${VAR_2} *** Test Cases *** Test Case 1 [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result} Test Case 2 [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result} *** Keywords *** Upgrade FW [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result} Downgrade FW [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result} *** Variables *** ${regexp} <i>main.bin<\/i>.*([0-9]+.[0-9]+.[0-9]+.[0-9]+) *** Test Cases *** Test Case 1 [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result} Test Case 2 [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result} *** Keywords *** Upgrade FW [Documentation] blah blah blah Change FW ${FW_NEW} ${result}= Check Firmware Log ${result} Downgrade FW [Documentation] blah blah blah Change FW ${FW_OLD} ${result}= Check Firmware Log ${result}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
( Possibly same as issue #5 )
( From https://groups.google.com/forum/#!topic/robotframework-users/017w6G7HljE%5B1-25%5D )
If you include some regexp code, it breaks highlighting after the regexp is defined. The following code will show this issue.
The text was updated successfully, but these errors were encountered: