Files
computer-playbook/tests/integration
Kevin Veen-Birkenbach 6857295969 Fix variable definition test to recognize block-style Jinja 'set ... endset' statements
This update extends the regex to detect block-style variable definitions such as:
  {% set var %} ... {% endset %}
Previously, only inline 'set var =' syntax was recognized, causing false positives
like '_snippet' being flagged as undefined in Jinja templates.

Reference: https://chatgpt.com/share/68f6799a-eb80-800f-ab5c-7c196d4c4661
2025-10-20 20:04:40 +02:00
..
2025-07-16 23:01:25 +02:00
2025-07-17 00:34:54 +02:00
2025-05-20 00:13:45 +02:00