1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2024-10-27 20:34:16 +00:00

Transpiler: Misc whitespace changes

This commit is contained in:
gnosygnu 2019-03-20 01:15:42 -04:00
parent ad317bd90e
commit 4f22548121
2 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@ import gplx.langs.htmls.docs.*; import gplx.xowa.wikis.ttls.*;
import gplx.xowa.htmls.core.makes.*; import gplx.xowa.htmls.core.wkrs.tags.*; import gplx.xowa.htmls.core.wkrs.txts.*; import gplx.xowa.htmls.core.wkrs.escapes.*;
import gplx.xowa.htmls.core.hzips.*;
public class Xoh_hdoc_parser {
private final Xoh_hdoc_wkr hdoc_wkr;
private final Gfh_doc_parser hdoc_parser;
private final Xoh_tag_parser tag_parser;
private final Xoh_hdoc_wkr hdoc_wkr;
private final Gfh_doc_parser hdoc_parser;
private final Xoh_tag_parser tag_parser;
public Xoh_hdoc_parser(Xoh_hdoc_wkr hdoc_wkr) {
this.hdoc_wkr = hdoc_wkr;
this.tag_parser = new Xoh_tag_parser(hdoc_wkr);

View File

@ -16,7 +16,7 @@ Apache License: https://github.com/gnosygnu/xowa/blob/master/LICENSE-APACHE2.txt
package gplx.xowa.xtns.cites; import gplx.*; import gplx.xowa.*; import gplx.xowa.xtns.*;
import org.junit.*; import gplx.core.tests.*;
import gplx.xowa.langs.msgs.*;
public class Cite_mgr_tst {
public class Cite_mgr_tst {
private final Cite_mgr_fxt fxt = new Cite_mgr_fxt();
@Test public void getLinkLabel_lower_alpha() {
fxt.Test__getLinkLabel("lower-alpha", 1, "a");