Skip to content

Commit 2ffd9cc

Browse files
committed
added errors to check github checks.
Signed-off-by: René <snooz@posteo.de>
1 parent 3b9b0a1 commit 2ffd9cc

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

LOs.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ LO-1.3,(K1),Recall the key attributes of the syntax that makes Robot Framework s
88
LO-1.3.3,(K2),Explain the difference between User Keywords and Library Keywords,,,
99
LO-1.3.4,(K1),Recall the difference between Resource Files and Libraries and their artifacts,,,
1010
LO-1.4,(K1),Recall the three specification styles of Robot Framework,,,
11-
LO-1.4.1,(K2),Understand the basic concepts of Keyword-Driven Specification,,,
11+
LO-1.4.1,(K2),Understand the basic conasdcepts of Keyword-Driven Specification,,,
1212
LO-1.4.2,(K2),Understand the basic concepts of Behavior-Driven Specification,,,
13-
LO-1.4.3,(K1),Recall the differenceaasdasds between Keyword-Driven and Behavior-Driven Specification,,,
13+
LO-1.4.3,(K1),Recall the differences between Keyword-Driven and Behavior-Driven Specification,,,
1414
LO-1.4.4,(K1),Recall the purpose of Data-Driven Specification,,,
15-
LO-1.5.1,(K1),Recall the type of open-source license under which Robot Framework is distributed,,,
15+
LO-1.5.1,(K1),Recall the type of open-sasdasdource license under which Robot Framework is distributed,,,
1616
LO-1.5.2,(K1),List and recall the key objectives and organizational form of the Robot Framework Foundation,,,
1717
LO-1.5.3,(K1),Recall the official webpages for Robot Framework and its resources,,,
1818
LO-2.1,(K2),Understand which files and directories are considered suites and how they are structured in a suite tree.,,,
@@ -71,7 +71,7 @@ LO-3.2.2.3,(K2),Understand how to set and access data in list variables,,,
7171
LO-3.2.2.4,(K2),Understand how to set and access data in dict variables,,,
7272
LO-3.2.3,(K3),Be able to assign return values from keywords to variables,,,
7373
LO-3.2.4,(K2),Understand how to create variables using the VAR statement,,,
74-
LO-3.2.5,(K2),Understand how `local` and `suite` scope variables are created,,,
74+
LO-3.2.6,(K2),Understand how `local` and `suite` scope variables are created,,,
7575
LO-3.3.2,(K1),Recall the rules how keyword names are matched.,,,
7676
LO-3.3.3,(K1),Recall all available settings and their purpose for User Keywords,,,
7777
LO-3.3.4,(K1),Recall the significance of the first logical line and in keyword documentation for the log file.,,,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
- [`3.2.4 `VAR` Statement`](website/docs/chapter-03/02_variables.md#324-var-statement)
156156
- LO-3.2.4 (K2) Understand how to create variables using the VAR statement
157157
- [`3.2.5 Variable Scope Introduction`](website/docs/chapter-03/02_variables.md#325-variable-scope-introduction)
158-
- LO-3.2.5 (K2) Understand how `local` and `suite` scope variables are created
158+
- LO-3.2.6 (K2) Understand how `local` and `suite` scope variables are created
159159
- [`3.3 User Keyword Definition & Arguments`](website/docs/chapter-03/03_user_keyword.md)
160160
- [`3.3.1 `*** Keywords ***` Section`](website/docs/chapter-03/03_user_keyword.md#331--keywords--section)
161161
- [`3.3.2 User Keyword Names`](website/docs/chapter-03/03_user_keyword.md#332-user-keyword-names)

website/docs/chapter-03/02_variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ For more details on this topic, refer to the section on [5.1.2 Variable Scopes](
441441

442442

443443

444-
## 3.2.5 Variable Scope Introduction
444+
## 3.2.6 Variable Scope Introduction
445445

446446
::::lo[Learning Objectives]
447447

website/docs/learning_objectives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
| [`LO-3.2.2.4`](chapter-03/02_variables.md#3224-dictionary-variable-definition) | K2 | Understand how to set and access data in dict variables |
7474
| [`LO-3.2.3`](chapter-03/02_variables.md#323-return-values-from-keywords) | K3 | Be able to assign return values from keywords to variables |
7575
| [`LO-3.2.4`](chapter-03/02_variables.md#324-var-statement) | K2 | Understand how to create variables using the VAR statement |
76-
| [`LO-3.2.5`](chapter-03/02_variables.md#325-variable-scope-introduction) | K2 | Understand how `local` and `suite` scope variables are created |
76+
| [`LO-3.2.6`](None) | K2 | Understand how `local` and `suite` scope variables are created |
7777
| [`LO-3.3.2`](chapter-03/03_user_keyword.md#332-user-keyword-names) | K1 | Recall the rules how keyword names are matched. |
7878
| [`LO-3.3.3`](chapter-03/03_user_keyword.md#333-user-keyword-settings) | K1 | Recall all available settings and their purpose for User Keywords |
7979
| [`LO-3.3.4`](chapter-03/03_user_keyword.md#334-user-keyword-documentation) | K1 | Recall the significance of the first logical line and in keyword documentation for the log file. |

0 commit comments

Comments
 (0)