eraneverlaw commented on code in PR #12583:
URL: https://github.com/apache/lucene/pull/12583#discussion_r1333932344


##########
lucene/analysis/common/src/test/org/apache/lucene/analysis/email/TestUAX29URLEmailAnalyzer.java:
##########
@@ -433,9 +433,9 @@ public void testMailtoSchemeEmails() throws Exception {
         new String[] {
           "mailto",
           "[email protected]",
-          // TODO: recognize ',' address delimiter. Also, see examples of ';' 
delimiter use at:
+          // Also, see examples of ';' delimiter use at:

Review Comment:
   Not sure what this comment means? Semicolon works as a delimiter.
   
   Also, interesting that `[email protected]` is supposedly a legal email 
address. 
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to