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

@@ -13,14 +13,14 @@ main:
- let:
name: Set test variables for Linux
condition: $| "$(os)" == "Linux" |
condition: <| "$(os)" == "Linux" |>
values:
- terminal_prompt: $(linux_prompt)
- psep: "/"
- let:
name: Set test variables for Windows
condition: $| "$(os)" == "Windows" |
condition: <| "$(os)" == "Windows" |>
values:
- terminal_prompt: $(windows_prompt)
- psep: "\\"