Changeset 15888 in josm for trunk/test/unit/org
- Timestamp:
- 2020-02-21T19:56:12+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/tests/TagCheckerTest.java
r15683 r15888 343 343 344 344 /** 345 * Non-regression test for <a href="https://josm.openstreetmap.de/ticket/18740">Bug #18740</a>. 346 */ 347 @Test 348 public void testTicket18740() { 349 assertFalse(TagChecker.containsUnusualUnicodeCharacter("name:ak", "Frɛnkyeman")); 350 } 351 352 /** 345 353 * Detects objects with types not supported by their presets. 346 354 * @throws IOException in case of I/O error
Note:
See TracChangeset
for help on using the changeset viewer.