mirror of
https://github.com/goodhosts/hostsfile.git
synced 2026-04-27 15:35:50 +03:00
[GH-ISSUE #30] Duplicate lines in hostsfile after Flush() #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hostsfile#12
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?
Originally created by @cfergeau on GitHub (Jan 4, 2022).
Original GitHub issue: https://github.com/goodhosts/hostsfile/issues/30
commit
946b651a0introduced a regression,Flush()duplicates some hostfiles lines as shown by this test case:@luthermonson commented on GitHub (Jan 5, 2022):
thanks for the failing test. let me try and figure it out