Skip to content

Commit c973203

Browse files
author
solomon.legodi
committed
Update auto-generated files after LO renumbering
1 parent debe205 commit c973203

4 files changed

Lines changed: 60 additions & 68 deletions

File tree

LOs.csv

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,10 @@ LO-5.1.2.1,(K1),Recall how to define global variables and where they can be acce
125125
LO-5.1.2.2,(K1),Recall how to define suite variables and where they can be accessed,,,
126126
LO-5.1.2.3,(K1),Recall how to define test|task variables and where they can be accessed,,,
127127
LO-5.1.2.4,(K1),Recall how to define local variables and where they can be accessed,,,
128-
LO-5.1.4.1,(K1),Recall that assignments to `@{list}` variables convert values to lists automatically,,,
129-
LO-5.1.4.2,(K1),Recall that `@{list}` unpacks the values of a list variable when accessed,,,
130-
LO-5.1.5.1,(K1),Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access,,,
131-
LO-5.1.5.2,(K1),Recall that `&{dict}` unpacks to multiple key=value pairs when accessed,,,
132-
LO-5.1.6,(K1),Recall that Robot Framework provides access to execution information via Built-In variables,,,
128+
LO-5.1.3.1,(K1),Recall that `@{list}` unpacks the values of a list variable when accessed,,,
129+
LO-5.1.4.1,(K1),Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access,,,
130+
LO-5.1.4.2,(K1),Recall that `&{dict}` unpacks to multiple key=value pairs when accessed,,,
131+
LO-5.1.5,(K1),Recall that Robot Framework provides access to execution information via Built-In variables,,,
133132
LO-5.2.1,(K2),Understand the purpose and basic concept of IF-Statements,,,
134133
LO-5.2.4,(K2),Understand the purpose and basic concept of FOR Loops,,,
135134
LO-5.2.5,(K2),Understand the purpose and basic concept of WHILE Loops,,,

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -266,18 +266,15 @@
266266
- [`5.1.2.4 . Local Scope`](website/docs/chapter-05/01_advanced_variables.md#5124--local-scope)
267267
- LO-5.1.2.4 (K1) Recall how to define local variables and where they can be accessed
268268
- [`5.1.3 Global Variables via Command Line`](website/docs/chapter-05/01_advanced_variables.md#513-global-variables-via-command-line)
269-
- [`5.1.4 List-Variables (Advanced)`](website/docs/chapter-05/01_advanced_variables.md#514-list-variables-advanced)
270-
- [`5.1.4.1 Assigning List Variables`](website/docs/chapter-05/01_advanced_variables.md#5141-assigning-list-variables)
271-
- LO-5.1.4.1 (K1) Recall that assignments to `@{list}` variables convert values to lists automatically
272-
- [`5.1.4.2 Accessing List Variables`](website/docs/chapter-05/01_advanced_variables.md#5142-accessing-list-variables)
273-
- LO-5.1.4.2 (K1) Recall that `@{list}` unpacks the values of a list variable when accessed
274-
- [`5.1.5 Dict-Like`](website/docs/chapter-05/01_advanced_variables.md#515-dict-like)
275-
- [`5.1.5.1 Assigning Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5151-assigning-dictionary-variables)
276-
- LO-5.1.5.1 (K1) Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access
277-
- [`5.1.5.2 Accessing Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5152-accessing-dictionary-variables)
278-
- LO-5.1.5.2 (K1) Recall that `&{dict}` unpacks to multiple key=value pairs when accessed
279-
- [`5.1.6 Built-In Variables`](website/docs/chapter-05/01_advanced_variables.md#516-built-in-variables)
280-
- LO-5.1.6 (K1) Recall that Robot Framework provides access to execution information via Built-In variables
269+
- [`5.1.3.1 Accessing List Variables`](website/docs/chapter-05/01_advanced_variables.md#5131-accessing-list-variables)
270+
- LO-5.1.3.1 (K1) Recall that `@{list}` unpacks the values of a list variable when accessed
271+
- [`5.1.4 Dict-Like`](website/docs/chapter-05/01_advanced_variables.md#514-dict-like)
272+
- [`5.1.4.1 Assigning Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5141-assigning-dictionary-variables)
273+
- LO-5.1.4.1 (K1) Recall that assignments to `&{dict}` variables automatically convert values to Robot Framework Dictionaries and enable dot-access
274+
- [`5.1.4.2 Accessing Dictionary Variables`](website/docs/chapter-05/01_advanced_variables.md#5142-accessing-dictionary-variables)
275+
- LO-5.1.4.2 (K1) Recall that `&{dict}` unpacks to multiple key=value pairs when accessed
276+
- [`5.1.5 Built-In Variables`](website/docs/chapter-05/01_advanced_variables.md#515-built-in-variables)
277+
- LO-5.1.5 (K1) Recall that Robot Framework provides access to execution information via Built-In variables
281278
- [`5.2 Control Structures`](website/docs/chapter-05/02_control_structures.md)
282279
- [`5.2.1 IF Statements`](website/docs/chapter-05/02_control_structures.md#521-if-statements)
283280
- LO-5.2.1 (K2) Understand the purpose and basic concept of IF-Statements

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Variables can be created and assigned in various ways, such as:
3535

3636
(*) These methods are not part of this syllabus.
3737

38-
Beside variables created by the user, Robot Framework also supports **Built-in Variables** that are explained in the [5.1.6 Built-In Variables](chapter-05/01_advanced_variables.md#515-built-in-variables) chapter.
38+
Beside variables created by the user, Robot Framework also supports **Built-in Variables** that are explained in the [5.1.5 Built-In Variables](chapter-05/01_advanced_variables.md#515-built-in-variables) chapter.
3939

4040

4141

0 commit comments

Comments
 (0)