Tags: kasapdev/java-env-config
Tags
Add edge-case tests for empty keys, missing files, escape handling, e… …quals-in-value, and duplicate keys Adds 6 new regression tests: empty-key rejection, missing-file ConfigException wrapping, unrecognized escape sequence handling, the \t escape, multi-equals values, and duplicate-key last-wins semantics. All existing and new tests pass; no bugs were found.