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
Test: 12 unit tests for new TOON read options (per-instance + permanent)
ReadOptionsBuilderTest: cover the new toonExpandPaths/toonIndentSize
per-instance setters and their addPermanent* siblings.
Per-instance (7 tests):
- toonExpandPaths: default false, toggle, copy-from-source preserves
- toonIndentSize: default 2, set-and-read, copy-from-source preserves,
rejects 0/negative/Integer.MIN_VALUE via JsonIoException
Permanent (5 tests):
- addPermanentToonExpandPaths: applies to new options, reset works
- addPermanentToonIndentSize: applies to new options, rejects
0/negative/Integer.MIN_VALUE, reset works
- All permanent tests use try/finally save-and-restore on BASE_* state
so a mid-test failure does not leak into the rest of the suite
Full suite: 4486 -> 4498 tests, all passing.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments