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

@@ -21,9 +21,9 @@ main:
- let:
name: Extract data
values:
- text_extract: $| [l for l in '''$(rand_text)'''.splitlines() if '$(text_searched)' in l][0] |
- text_extract: <| [l for l in '''$(rand_text)'''.splitlines() if '$(text_searched)' in l][0] |>
- dialog_message:
condition: $| len('$(text_extract)') > 0 |
condition: <| len('$(text_extract)') > 0 |>
name: dialog value test item
question: Tataaaaa !