You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix testKeysMatch: pop header metadata from both yamls, not just yaml1.
The previous union-of-pops version stripped 'date' only from ck2yaml output.
Writer 1 also emits a 'date' header line so writer 1's date survived on yaml2,
producing a spurious key mismatch.
Switch to popping every known header field from both yamls in one loop.
Also expand the assertion message to print the symmetric-difference key
sets, so any future mismatch is self-diagnosing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments