Changeset 19359 in josm
- Timestamp:
- 2025-03-23T13:03:42+01:00 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/validation/routines/DomainValidatorTestIT.java
r19358 r19359 124 124 if (info != null) { 125 125 String type = info[0]; 126 String comment = info[1].replaceAll(""","\"").replaceAll("'","'").replaceAll("&","&"); 126 String comment = info[1].replaceAll(""", "\"").replaceAll("'", "'").replaceAll("&", "&"); 127 127 if ("country-code".equals(type)) { // Which list to use? 128 128 if (!dv.isValidInfrastructureTld(asciiTld)) {
Note:
See TracChangeset
for help on using the changeset viewer.