Changeset 6289 in josm for trunk/test/unit/org/openstreetmap/josm/tools
- Timestamp:
- 2013-10-03T03:41:25+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/template_engine/TemplateEngineTest.java
r4546 r6289 157 157 @Test 158 158 public void testSearchExpression() throws Exception { 159 Match match =compile("(parent type=type1 type=parent1) | (parent type=type2 type=parent2)");159 compile("(parent type=type1 type=parent1) | (parent type=type2 type=parent2)"); 160 160 //"parent(type=type1,type=parent1) | (parent(type=type2,type=parent2)" 161 161 //TODO
Note:
See TracChangeset
for help on using the changeset viewer.