mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 03:51:08 +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