<p><b>@wiz</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3895#discussion_r376775969">desktop/src/test/java/bisq/desktop/util/GUIUtilTest.java</a>:</p>
<pre style='color:#555'>> +        assertTrue(regexValidator.validate("qrstuvwxyzABCDEF.onion,qrstuvwxyzABCDEF.onion,aaaaaaaaaaaaaaaa.onion").isValid);
+        assertTrue(regexValidator.validate("GHIJKLMNOPQRSTUV.onion:9999").isValid);
+        assertTrue(regexValidator.validate("WXYZ234567abcdef.onion,GHIJKLMNOPQRSTUV.onion:9999").isValid);
+        assertTrue(regexValidator.validate("aaaaaaaaaaaaaaaa.onion:9999,WXYZ234567abcdef.onion:9999,2222222222222222.onion:9999").isValid);
+
+        assertTrue(regexValidator.validate("12.34.56.78").isValid);
+        assertTrue(regexValidator.validate("12.34.56.78:8888").isValid);
+
+        assertFalse(regexValidator.validate(" ").isValid);
+        assertFalse(regexValidator.validate("abcd.onion").isValid);
+        assertFalse(regexValidator.validate("abcdefghijklmnop,abcdefghijklmnop.onion").isValid);
+        assertFalse(regexValidator.validate("abcdefghi2345689.onion:9999").isValid);
+        assertFalse(regexValidator.validate("onion:9999,abcdefghijklmnop.onion:9999").isValid);
+        assertFalse(regexValidator.validate("abcdefghijklmnop.onion:").isValid);
+        assertFalse(regexValidator.validate("32zzibxmqi2ybxpqyggwwuwz7a3lbvtzoloti7cxoevyvijexvgsfeid.onion:8333").isValid);
+
</pre>
⬇️ Suggested change
<pre style="color: #555">-
+        assertTrue(regexValidator.validate("example.com").isValid);
</pre>


<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3895?email_source=notifications&email_token=AJFFTNUS76FWFRLK3DIZCGLRB7SQXA5CNFSM4KF5PJSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUZARXQ#pullrequestreview-355600606">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQTZUCZDIXNGZW2CWTRB7SQXANCNFSM4KF5PJSA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRNZTHWA2IAXLEESGDRB7SQXA5CNFSM4KF5PJSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUZARXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3895?email_source=notifications\u0026email_token=AJFFTNUS76FWFRLK3DIZCGLRB7SQXA5CNFSM4KF5PJSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUZARXQ#pullrequestreview-355600606",
"url": "https://github.com/bisq-network/bisq/pull/3895?email_source=notifications\u0026email_token=AJFFTNUS76FWFRLK3DIZCGLRB7SQXA5CNFSM4KF5PJSKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCUZARXQ#pullrequestreview-355600606",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>