Valentin Maerten
efaea39503
test(scoped-includes): add tests for variable isolation
...
Tests verify:
- Legacy mode: vars merged globally (A sees B's VAR, can access UNIQUE_B)
- Scoped mode: vars isolated (A sees own VAR, cannot access UNIQUE_B)
- Inheritance: includes can still access root vars (ROOT_VAR)
Test structure:
- testdata/scoped_includes/ with main Taskfile and two includes
- inc_a and inc_b both define VAR with different values
- Cross-include test shows A trying to access B's UNIQUE_B
2026-01-25 19:53:38 +01:00
..
2025-03-31 17:53:58 +01:00
2025-09-11 19:33:53 +02:00
2025-02-08 17:34:04 +01:00
2025-03-31 17:53:58 +01:00
2025-04-21 13:43:20 -03:00
2025-03-31 17:53:58 +01:00
2024-06-28 17:59:46 +01:00
2024-09-29 16:03:48 -04:00
2025-03-31 17:53:58 +01:00
2025-07-23 21:57:25 +01:00
2025-03-31 17:53:58 +01:00
2024-09-19 08:22:39 -04:00
2024-11-07 13:25:59 -03:00
2025-12-07 17:23:08 -03:00
2025-07-23 21:57:25 +01:00
2025-07-09 18:36:40 +01:00
2026-01-21 23:05:40 +01:00
2025-04-27 22:15:49 +00:00
2025-02-26 17:49:05 +01:00
2024-03-10 17:28:04 +00:00
2024-05-12 20:32:09 +01:00
2024-04-24 18:33:56 +01:00
2025-07-23 21:57:25 +01:00
2024-09-06 10:44:28 -03:00
2024-10-05 21:40:22 -03:00
2024-04-29 22:27:30 +01:00
2024-10-18 18:13:25 +02:00
2026-01-25 16:33:52 +01:00
2024-12-30 10:09:28 +01:00
2026-01-22 21:20:45 +01:00
2025-07-23 21:57:25 +01:00
2025-11-11 16:40:40 -03:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-11-11 16:40:40 -03:00
2026-01-18 08:42:18 -03:00
2025-11-11 16:40:40 -03:00
2025-03-31 17:53:58 +01:00
2025-09-11 19:33:53 +02:00
2024-06-28 16:50:02 +01:00
2025-11-22 17:17:13 -03:00
2026-01-25 19:53:38 +01:00
2026-01-25 16:06:13 +01:00
2025-03-31 17:53:58 +01:00
2025-02-08 17:34:04 +01:00
2024-11-07 13:25:59 -03:00
2025-11-29 11:14:20 +01:00
2025-03-31 17:53:58 +01:00
2025-03-31 17:53:58 +01:00
2025-12-18 17:50:00 -03:00
2025-03-22 20:06:16 -03:00
2026-01-18 19:05:29 +01:00