Index: trunk/test/unit/org/openstreetmap/josm/gui/layer/NoteLayerTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/layer/NoteLayerTest.java	(revision 13162)
+++ trunk/test/unit/org/openstreetmap/josm/gui/layer/NoteLayerTest.java	(revision 13165)
@@ -69,4 +69,7 @@
         assertEquals("<a href=\"https://www.example.com/test\">https://www.example.com/\u200btest</a>",
                 NoteLayer.replaceLinks("https://www.example.com/test"));
+        // link with dot
+        assertEquals("<a href=\"https://www.example.com\">https://www.example.com</a>.",
+                NoteLayer.replaceLinks("https://www.example.com."));
         // CHECKSTYLE.OFF: LineLength
         // text with several links (with and without slash)
