Codebase list mozc / d986a71
Fix comment Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6969 + "平成三十一",
7070 + "令和元");
7171 +
72 + // AD.1990 is "令和2(年)" or "令和二(年)"
72 + // AD.2020 is "令和2(年)" or "令和二(年)"
7373 + results.clear();
7474 + rewriter.AdToEra(2020, &results);
7575 + EXPECT_EQ(results.size(), 2);