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 @@ -54,7 +54,7 @@ Here are some good basic guidelines for formatting your Robot Framework code. As
54
54
- It is recommended to use capital letters with all global variables.
55
55
- Variable Syntax caps for global, suite, test; lower for everything args and local
56
56
- Since these variables can be considered global in the test suite where they are used, it is recommended to use capital letters also with them.
57
- - Also variables in the test case scope are to some extend global. It is thus generally recommended to use capital letters with them too.
57
+ - Also variables in the test case scope are to some extent global. It is thus generally recommended to use capital letters with them too.
58
58
- It is recommended to use lower-case letters with local variables.
59
59
- Keyword syntax should be capital cased. (i.e. ` This Keyword Is Capital Cased ` )
60
60
You can’t perform that action at this time.
0 commit comments