We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d935f4 commit 40f18aeCopy full SHA for 40f18ae
src/test/java/org/nibor/autolink/AutolinkUrlTest.java
@@ -126,6 +126,7 @@ public void matchingPunctuation() {
126
assertLinked("{http://example.org/}", "{|http://example.org/|}");
127
assertLinked("\"http://example.org/\"", "\"|http://example.org/|\"");
128
assertLinked("'http://example.org/'", "'|http://example.org/|'");
129
+ assertLinked("http://foo[.]example[.]org/abc/", "|http://foo[.]example[.]org/abc/|");
130
}
131
132
@Test
0 commit comments