Commit 08b13b7
committed
test: allow explicit nested split branch form
Symptom: when combined with parent-merge join preservation, the nested
empty-then fixture can remain an explicit if/else instead of being normalized to
not(condition), while still preserving valid MDL.
Root cause: the regression test asserted the cosmetic normalization form rather
than the invariant fixed by this PR: split headers must be emitted once and
closed once.
Fix: keep the duplicate-header assertions and allow either normalized or explicit
branch form.
Tests: targeted executor traversal test.1 parent 83c6ed3 commit 08b13b7
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
979 | | - | |
980 | | - | |
981 | | - | |
982 | 979 | | |
983 | 980 | | |
984 | 981 | | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
| |||
0 commit comments