提交 65a6a725 编写于 作者: 打打卡夫卡's avatar 打打卡夫卡

增加条件编译限制

上级 9f576be6
......@@ -395,13 +395,10 @@ export function testRegExp() : Result {
const match2 = CHUNK_REGEXP.exec('none')
expect(match2![0]).toEqual("none");
expect(match2![1]).toEqual("none");
// #ifdef APP-ANDROID
expect(JSON.stringify(match2![2])).toEqual("null");
expect(JSON.stringify(match2![3])).toEqual("null");
expect(JSON.stringify(match2![4])).toEqual("null");
// #endif
// expect(JSON.stringify(match2![2])).toEqual("null");
// expect(JSON.stringify(match2![3])).toEqual("null");
// expect(JSON.stringify(match2![4])).toEqual("null");
})
})
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册