Given RIDE is configured to use 4 separating spaces
and there is a file on disk that uses 2 separating spaces
When RIDE loads the file
Then all arguments are merged into the keyword text
Example:
*** Test cases ***
First test case
Keyword with two arguments arg1 arg2
Loads as: Keyword with two arguments arg1 arg2
and after editing the file causes: FAIL : No keyword with name 'Keyword with two arguments arg1 arg2' found.
Given RIDE is configured to use 4 separating spaces
and there is a file on disk that uses 2 separating spaces
When RIDE loads the file
Then all arguments are merged into the keyword text
Example:
Loads as:
Keyword with two arguments arg1 arg2and after editing the file causes:
FAIL : No keyword with name 'Keyword with two arguments arg1 arg2' found.