From 0c0750a5371cd371c5a64deda67627641c841966 Mon Sep 17 00:00:00 2001 From: xdmal Date: Thu, 13 Jan 2022 16:43:04 +0800 Subject: [PATCH] Signed-off-by: xdmal On branch master Your branch is up to date with 'origin/master'. --- compileruntime/xml_lib_standard/src/main/js/test/xml.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/compileruntime/xml_lib_standard/src/main/js/test/xml.test.js b/compileruntime/xml_lib_standard/src/main/js/test/xml.test.js index e6d8a3a38..7a65861a9 100644 --- a/compileruntime/xml_lib_standard/src/main/js/test/xml.test.js +++ b/compileruntime/xml_lib_standard/src/main/js/test/xml.test.js @@ -15,6 +15,7 @@ import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/lite' import xml from '@ohos.xml' describe('XmlSerializerXmlPullParserTest', function () { + /** * @tc.name: testSetDeclaration001 * @tc.desc: Writes xml declaration with encoding. For example: . -- GitLab