Test item check "values" evaluation removed.

This commit is contained in:
2026-02-09 19:40:07 +01:00
parent f143a9aa3f
commit 04ee42eaa7
3 changed files with 9 additions and 14 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)" |