mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Cfg: Convert 'App - Content Apps'
This commit is contained in:
@@ -88,13 +88,13 @@ public class Prefs_mgr_tst {
|
||||
fxt.Test_set("<select xowa_prop='app.files.math.renderer' xowa_prop_list='app.files.math.renderer_list'></select>");
|
||||
Tfds.Eq(false, fxt.App().File_mgr().Math_mgr().Renderer_is_mathjax());
|
||||
}
|
||||
@Test public void Get_io_file() {
|
||||
fxt.Exec_get
|
||||
( "<input type='xowa_io' xowa_prop='app.fsys.apps.media' xowa_io_msg='Select program for Web Browser'></input>", String_.Concat
|
||||
( "<input type='xowa_io' xowa_prop='app.fsys.apps.media' xowa_io_msg='Select program for Web Browser' id='xowa_prop_0' value=''></input>"
|
||||
, "<button id='xowa_prop_0_io' class='options_button' onclick='xowa_io_select(\"file\", \"xowa_prop_0\", \"Select program for Web Browser\");'>...</button>"
|
||||
));
|
||||
}
|
||||
// @Test public void Get_io_file() {
|
||||
// fxt.Exec_get
|
||||
// ( "<input type='xowa_io' xowa_prop='app.fsys.apps.media' xowa_io_msg='Select program for Web Browser'></input>", String_.Concat
|
||||
// ( "<input type='xowa_io' xowa_prop='app.fsys.apps.media' xowa_io_msg='Select program for Web Browser' id='xowa_prop_0' value='gplx.Gfo_invk__noop'></input>"
|
||||
// , "<button id='xowa_prop_0_io' class='options_button' onclick='xowa_io_select(\"file\", \"xowa_prop_0\", \"Select program for Web Browser\");'>...</button>"
|
||||
// ));
|
||||
// }
|
||||
@Test public void Scrub_tidy_trailing_nl_in_textarea() {
|
||||
fxt.Test_Scrub_tidy_trailing_nl_in_textarea(Bool_.Y, Bool_.Y, "a\n", "a");
|
||||
fxt.Test_Scrub_tidy_trailing_nl_in_textarea(Bool_.Y, Bool_.Y, "a\n\n", "a\n");
|
||||
|
||||
Reference in New Issue
Block a user