File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ Library SmallLibrary.py ${ALL_TRANSLATIONS} AS TranslatedLibraryDic
66
77
88*** Variables ***
9- ${CUSTOM NONE } = ${None }
10- &{TRANSLATION_1 } = name=Name Changed Through Dict doc=A translated docstring.
9+ ${CUSTOM NONE } = ${None }
10+ &{TRANSLATION_1 } = name=Name Changed Through Dict doc=A translated docstring.
1111&{ALL_TRANSLATIONS } = name_changed=${TRANSLATION_1 }
1212
13+
1314*** Test Cases ***
1415Keyword Default Argument As Abject None
1516 ${return } = DynamicTypesLibrary.Keyword None ${None }
@@ -125,7 +126,7 @@ SmallLibray With New Name
125126 Should Be Equal As Integers ${data } 3
126127
127128TranslatedLibraryDict With New Name
128- ${data } = TranslatedLibraryDict.Name Changed Through Dict 1 2
129+ ${data } = TranslatedLibraryDict.Name Changed Through Dict 1 2
129130 Should Be Equal As Integers ${data } 3
130131
131132
Original file line number Diff line number Diff line change 11*** Settings ***
2- Library HybridLibrary
2+ Library HybridLibrary
3+
34
45*** Test Cases ***
56Join Stings
6- ${data } = Join Strings kala is big
7+ ${data } = Join Strings kala is big
78 Should Be Equal ${data } kala is big
89
910Sum Values
@@ -15,12 +16,12 @@ Wait Something To Happen
1516 Should Be Equal ${data } tidii tidii and 6
1617
1718Join Strings With Separator
18- ${data } = Join String With Separator Foo Bar Tidii separator=|-|
19+ ${data } = Join String With Separator Foo Bar Tidii separator=|-|
1920 Should Be Equal ${data } Foo|-|Bar|-|Tidii
20- ${data } = Join String With Separator Foo Bar Tidii
21+ ${data } = Join String With Separator Foo Bar Tidii
2122 Should Be Equal ${data } Foo;Bar;Tidii
2223
2324Waiter Is Not Keyword
2425 Run Keyword And Expect Error
2526 ... No keyword with name 'Waiter' found.
26- ... Waiter 1.0
27+ ... Waiter 1.0
You can’t perform that action at this time.
0 commit comments