You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the test in question is about parsing headers, so parsing an invalid RFC 5322 production to a sensible representation shouldn't be a problem.
The address
[email protected] <[email protected]>
which is introduced to /test/test_header.js in 4d830f6 is syntactically invalid.RFC 5322 defines
@
to be an element ofspecials
, so thedisplay-name
has to be aquoted-string
, i.e. the right address would be"[email protected]" <[email protected]>
The text was updated successfully, but these errors were encountered: