mirror of
https://github.com/ziglang/zig.git
synced 2025-12-28 00:53:18 +00:00
Previously, the implementation would essentially check `startsWith` instead of `eql` (e.g. it would return true for `.exec` because it erroneously 'matched' `.exe`). Follow up to #13993