vscode-rf-language-server icon indicating copy to clipboard operation
vscode-rf-language-server copied to clipboard

Support Pipe separated format

Open makon opened this issue 4 years ago • 0 comments

I would like to use the extension with robot files which are written in the pipe separated format.

| *** Test Cases *** |                 |              |
| My Test            | [Documentation] | Example test |
|                    | Log             | ${MESSAGE}   |
|                    | My Keyword      | /tmp         |

*** Test Cases ***
Test That The Sample Works
| | When Doing Something
| | Then Should Be Awesome

Currently it only supports spaces and tabs.

makon avatar Aug 07 '19 20:08 makon