Changeset 13165 in josm for trunk/test
- Timestamp:
- 2017-11-25T22:50:44+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/layer/NoteLayerTest.java
r13162 r13165 69 69 assertEquals("<a href=\"https://www.example.com/test\">https://www.example.com/\u200btest</a>", 70 70 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.")); 71 74 // CHECKSTYLE.OFF: LineLength 72 75 // text with several links (with and without slash)
Note:
See TracChangeset
for help on using the changeset viewer.