Changeset 13165 in josm for trunk/test


Ignore:
Timestamp:
2017-11-25T22:50:44+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #15550 - last tweaks in note tooltips size, placement and URL detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/layer/NoteLayerTest.java

    r13162 r13165  
    6969        assertEquals("<a href=\"https://www.example.com/test\">https://www.example.com/\u200btest</a>",
    7070                NoteLayer.replaceLinks("https://www.example.com/test"));
     71        // link with dot
     72        assertEquals("<a href=\"https://www.example.com\">https://www.example.com</a>.",
     73                NoteLayer.replaceLinks("https://www.example.com."));
    7174        // CHECKSTYLE.OFF: LineLength
    7275        // text with several links (with and without slash)
Note: See TracChangeset for help on using the changeset viewer.