You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ In the ``wiki`` folder you can find the WikiFind class that can be used as start
38
38
# WikiFind
39
39
Class ``WikiFind`` is demo that searchs and renders a wiki page into html format using files wiki.dat, templates.dat and modules.dat generated by WikiSplitter.
privatevoiddo_template_test(TemplateParsertp, Stringtemplate) throwsParseException {//test of template expansion using files templates.dat and modules.dat
226
226
readfile(name2template, "templates.dat", false);
227
227
readfile(name2module, "modules.dat", false);
228
+
System.out.println("Warning: this test uses locale en (english), in case of other languages must be changed inside do_template_test() call"); System.out.println();
0 commit comments