Searched refs:firstYearMonth (Results 1 – 1 of 1) sorted by relevance
141 final String firstYearMonth = firstYear + firstMonth; in test_appendText_mapTextLookup() local150 assertEquals(date.format(formatter), firstYearMonth); in test_appendText_mapTextLookup() local152 TemporalAccessor ta = formatter.parse(firstYearMonth); in test_appendText_mapTextLookup()