HaveIBeenPwned / EmailAddressExtractor

A project to rapidly extract all email addresses from any files in a given path
BSD 3-Clause "New" or "Revised" License
64 stars 23 forks source link

Make tests structure consistent #37

Closed KonajuGames closed 1 year ago

KonajuGames commented 1 year ago

Fixes #28

troyhunt commented 1 year ago

Whoops, looks like this broke some tests, I'm seeing UnescapedDoubleQuoteIsInvalid and DotFirstIsInvalid now failing.

troyhunt commented 1 year ago

Looks like that's due to the merge of https://github.com/HaveIBeenPwned/EmailAddressExtractor/commit/4a4bab39567bf2eb3ab9d937778e7a664390c044 conflicting with the rearranged test.

troyhunt commented 1 year ago

Losing my mind - there's no way this commit could break those tests, they must not have been running to begin with. Creating a new issue to sort them out.