replace view binding with aa, change script list to card view, enable minify
This commit is contained in:
@@ -32,40 +32,18 @@ import static org.junit.Assert.assertTrue;
|
||||
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
|
||||
*/
|
||||
public class ExampleUnitTest {
|
||||
// TODO: 2017/3/3 自定义函数 ×
|
||||
// TODO: 2017/3/19 exist函数 √
|
||||
// TODO: 2017/3/23 tasker插件 √
|
||||
// TODO: 2017/3/23 任务管理与控制台 √
|
||||
// TODO: 2017/3/23 悬浮窗加入控制台 √
|
||||
// TODO: 2017/3/24 文件读写api ---
|
||||
// TODO: 2017/3/24 网络读写api
|
||||
// TODO: 2017/3/24 常驻后台api ×
|
||||
// TODO: 2017/3/24 ui。E4x ---
|
||||
// TODO: 2017/3/24 编辑界面文档和自动补全 ×
|
||||
// TODO: 2017/3/24 驻留模式 ×
|
||||
//// TODO: 2017/3/26 NODEJS ×
|
||||
// TODO: 2017/3/31 自定义快捷方式图标
|
||||
|
||||
|
||||
// FIXME: 2017/3/23 死机重启问题
|
||||
// TODO: 2017/7/2 卡片式脚本
|
||||
// TODO: 2017/7/2 底部导航栏
|
||||
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
Matcher matcher = Pattern.compile("\\S+").matcher("001 华为 6800");
|
||||
while (matcher.find()){
|
||||
System.out.println(matcher.group());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testAutoReorder() {
|
||||
Context context = Context.enter();
|
||||
Scriptable scriptable = context.initStandardObjects();
|
||||
context.setOptimizationLevel(-1);
|
||||
Object o = context.evaluateString(scriptable, " (<xml id=\"foo\"></xml>).attributes()[0].name()", "<e4x>", 1, null);
|
||||
System.out.println(o);
|
||||
Context.exit();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user