1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Cfg: Make minor HTML tweaks

This commit is contained in:
gnosygnu
2016-12-31 22:13:25 -05:00
parent 6df5c40b45
commit 5ae70ac947
4 changed files with 15 additions and 13 deletions

View File

@@ -23,7 +23,7 @@ public class IptKey__tst {
fxt.Test_to_str(196608, "mod.cs");
}
@Test public void To_str__numeric() {
fxt.Test_to_str(16777296, "key.#16777296");
fxt.Test_to_str(12345, "key.#12345");
}
@Test public void Parse() {
fxt.Test_parse("key.#10", 10);