1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00
This commit is contained in:
gnosygnu
2014-08-10 23:10:23 -04:00
parent fb8c06c560
commit 67b04263a7
131 changed files with 2285 additions and 1355 deletions

View File

@@ -425,6 +425,9 @@ public class Xot_invk_wkr_basic_tst {
fxt.Test_parse_tmpl_str_test("{{tmpl_1|a|1=b}}" , "{{test}}" , "b"); // "a" has implicit key of "1"; overwritten by "1=b"; verified against MW
fxt.Test_parse_tmpl_str_test("{{tmpl_1|1=a|b}}" , "{{test}}" , "b"); // "b" has implicit key of "1"; overwritten by "1=b"; verified against MW
}
@Test public void Bang() { // PURPOSE: support new bang keyword; DATE:2014-08-05
fxt.Test_parse_tmpl_str("{{!}}", "|");
}
}
/*
NOTE_1: function should expand "*a" to "\n*a" even if "*a" is bos