Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a test failure in pathTest::testGenerate #312

Merged
merged 2 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. Fix a test failure in testNewFromString

    Fixes an oversight in d296c2d.
    jengelh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bc3e555 View commit details
    Browse the repository at this point in the history
  2. Fix a test failure in pathTest::testGenerate

    Partially revert v0.9.2-183-g9b65b4de.
    
    As per RFC 5322 §3.4.1, an email address must always have a @.
    As per RFC 5321 §4.1.2, a path is similar to an email address (always
    @), with "" (<>) being the only other special value.
    
    Fixes kisli#294, kisli#301.
    jengelh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1237f71 View commit details
    Browse the repository at this point in the history