@@ -7,14 +7,14 @@ ${LIBRARY} DynamicLibrary
77
88
99*** Test Cases ***
10- Keyword names
11- Keyword in main
10+ Keyword Names
11+ Keyword In Main
1212 Function
1313 FUNCTION
1414 Method
15- Custom name
16- Cust omna me
17- IF $LIBRARY == "ExtendExistingLibrary" Keyword in extending library
15+ Custom Name
16+ Cust Omna Me
17+ IF $LIBRARY == "ExtendExistingLibrary" Keyword In Extending Library
1818
1919Method without @keyword are not keyowrds
2020 [Documentation] FAIL GLOB: No keyword with name 'Not keyword' found.*
@@ -27,27 +27,27 @@ Arguments
2727 'foo', 2, 3 Defaults foo ${2}
2828 'a', 'b', 'c' Defaults a b c
2929
30- Named arguments
30+ Named Arguments
3131 [Template] Return value should be
3232 'foo', 'bar' Mandatory foo arg2=bar
3333 '1', 2 Mandatory arg2=${2} arg1=1
3434 'x', 'default', 'y' Defaults x arg3=y
3535
36- Varargs and kwargs
36+ Varargs And Kwargs
3737 [Template] Return value should be
3838 ${EMPTY} Varargs and kwargs
3939 'a', 'b', 'c' Varargs and kwargs a b c
4040 a\='1', b\=2 Varargs and kwargs a=1 b=${2}
4141 'a', 'b\=b', c\='c' Varargs and kwargs a b\=b c=c
4242
43- Embedded arguments
44- [Documentation] FAIL Work but this fails
45- Embedded arguments "work"
46- embeDded ArgumeNtS "Work but this fails "
43+ Embedded Arguments
44+ [Documentation] FAIL Work But This Fails
45+ Embedded Arguments "work"
46+ EmbeDded ArgumeNtS "Work But This Fails "
4747
4848
4949*** Keywords ***
50- Return value should be
50+ Return Value Should Be
5151 [Arguments] ${expected} ${keyword} @{args} &{kwargs}
5252 ${result} Run Keyword ${keyword} @{args} &{kwargs}
5353 Should Be Equal ${result} ${expected}
0 commit comments