intellibot icon indicating copy to clipboard operation
intellibot copied to clipboard

Gerkin is not highlighted when a result is returned

Open antechrestos opened this issue 5 years ago • 0 comments

Hi,

Thank you for your great work. I encountered what may be an issue.

Having the following keyword

*** Keywords ***
Do Something With A ${parameter}
    Log To Console      ${parameter}
    ${result}=     Any Keyword
    [Return]    ${result}


*** Test Cases ***
My Test:
    ${init_result}=     Given Do Something With A something
...

The plugin fails to see Given Do Something With A something as the invocation of Do Something With A keyword.

Thanks

antechrestos avatar Jun 19 '19 16:06 antechrestos