Changeset 15888 in josm for trunk/test


Ignore:
Timestamp:
2020-02-21T19:56:12+01:00 (4 years ago)
Author:
simon04
Message:

fix #18740 - Tag checker: whitelist a few phonetic characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/tests/TagCheckerTest.java

    r15683 r15888  
    343343
    344344    /**
     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    /**
    345353     * Detects objects with types not supported by their presets.
    346354     * @throws IOException in case of I/O error
Note: See TracChangeset for help on using the changeset viewer.