未验证 提交 3e0062e7 编写于 作者: 于怀波 提交者: Gitee

update startup/startup_standard/deviceinfo/src/main/js/default/test/DeviceInfoJsUnit.test.js.

Signed-off-by: N于怀波 <1015388983@qq.com>
上级 d242ba47
...@@ -381,7 +381,7 @@ describe('DeviceInfoTest', function () { ...@@ -381,7 +381,7 @@ describe('DeviceInfoTest', function () {
} }
expect(ret).assertTrue(); expect(ret).assertTrue();
let str = /[\w-\.\(\)]/g; let str = /[\w\/\.\(\)]/g;
let arr = securityPatchTagInfo.match(str); let arr = securityPatchTagInfo.match(str);
let bufferstr = arr.join(''); let bufferstr = arr.join('');
console.info('the value of the bufferstr is :' + bufferstr); console.info('the value of the bufferstr is :' + bufferstr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册