fix incorrect pattern

This commit is contained in:
Sola
2015-12-28 01:41:42 +08:00
parent b28364f160
commit 3e4ce1611d
2 changed files with 8 additions and 3 deletions

View File

@@ -40,4 +40,9 @@ public class TestMessageFormat {
assert "15838838438".equals(MessageFormat.format("{0,number,#}", 15838838438L));
}
@Test
public void testOpInfo() {
assert !Lang.format("Operator_Info", 1541, "Sola", 0, 0, 4).isEmpty();
}
}