Changed (once again) the evaluation delimiters (<| and |>)

This commit is contained in:
2026-02-13 18:51:49 +01:00
parent a6058b9dd8
commit 899857767a
21 changed files with 71 additions and 70 deletions

View File

@@ -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