Changeset 17133 in josm for trunk/test


Ignore:
Timestamp:
2020-10-09T08:33:13+02:00 (4 years ago)
Author:
simon04
Message:

Fix test code comment (U+202F)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/UtilsTest.java

    r16252 r17133  
    5757            "\u00A0"+ // SPACE_SEPARATOR
    5858            "\u2007"+ // LINE_SEPARATOR
    59             "\u202F"+ // PARAGRAPH_SEPARATOR
     59            "\u202F"+ // NARROW NO-BREAK SPACE
    6060            "\u0009"+ // HORIZONTAL TABULATION
    6161            "\n"    + // LINE FEED (U+000A, cannot be put as it in Java)
Note: See TracChangeset for help on using the changeset viewer.