Changed (once again) the evaluation delimiters (<| and |>)
This commit is contained in:
@@ -8,7 +8,7 @@ This element is of the following form:
|
||||
|
||||
- group:
|
||||
name: Group Item
|
||||
condition: $| "$(OS)" == "Linux" |
|
||||
condition: <| "$(OS)" == "Linux" |>
|
||||
steps:
|
||||
- unittest_file:
|
||||
test_file: test_prod_alpha_13.py
|
||||
|
||||
@@ -196,8 +196,8 @@ Export attribute
|
||||
key:
|
||||
- GID-1510554_step_1
|
||||
report:
|
||||
reported_list: $| random.sample(range(0,20), k=10) |
|
||||
reported_float: $| math.sqrt(float(1)) |
|
||||
reported_list: <| random.sample(range(0,20), k=10) |>
|
||||
reported_float: <| math.sqrt(float(1)) |>
|
||||
reported_str: This is my reported sentence
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ This element is of the following form:
|
||||
values:
|
||||
key1: value1
|
||||
key2: value2
|
||||
key3: $| $(variable)[$(loop_index)] |
|
||||
key3: <| $(variable)[$(loop_index)] |>
|
||||
|
||||
The ``let`` element is used to set values in the global directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user