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

@@ -19,10 +19,10 @@
name: Check condition on existing variable (PASS)
key: $(test)_PASS
values:
- $| $(pfn_Dummy_int) > 1 |
- <| $(pfn_Dummy_int) > 1 |>
- check:
name: Check condition on existing variable (FAIL)
key: $(test)_FAIL
values:
- $| "tailor" in "$(pfn_Dummy_str)" |
- <| "tailor" in "$(pfn_Dummy_str)" |>