File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A typical test case or task is a sequence of keyword calls that are executed in
1414As learned before these keywords need to be imported into the suite or resource file before they can be used.
1515When using keywords in a test|task or User Keyword, it is important to indent the keyword calls correctly.
1616With the exception of returning values, which is described in Chapter 3,
17- the name of the keywords is the first element of the keyword call followed by the arguments that are separated by two or more spaces.
17+ the name of the keyword is the first element of the keyword call followed by the arguments that are separated by two or more spaces.
1818
1919The following example shows different ways to call imported keywords in a test case based on the ` Should Be Equal ` keyword from the BuiltIn library.
2020
You can’t perform that action at this time.
0 commit comments