-Match vs -Eq #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
4e2d22a71d/Task/Topological-sort/PowerShell/topological-sort.psh (L32)There are several lines from line 32 down that use -match instead of using -eq. This I believe is in error due to match being a substring match [while it might work for their test set it incorrectly identifies matches when its a substring]. I didn't want to update in rosetta code without having someone verify and yours seems to be the most complete code backup of it, so if this is the wrong place, i'm sorry.