Changeset 19357 in josm for trunk/test
- Timestamp:
- 2025-03-23T00:05:43+01:00 (4 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java
r19355 r19357 124 124 if (info != null) { 125 125 String type = info[0]; 126 String comment = info[1]; 126 String comment = info[1].replaceAll(""","\"").replaceAll("'","'").replaceAll("&","&"); 127 127 if ("country-code".equals(type)) { // Which list to use? 128 128 allCC.put(asciiTld, unicodeTld + " " + comment);
Note:
See TracChangeset
for help on using the changeset viewer.