From ce905d7fc7b494fc406a319a4c0ca38eda2c81f9 Mon Sep 17 00:00:00 2001 From: ZhongNing Date: Tue, 24 Jun 2025 19:40:20 +0800 Subject: [PATCH] fix issue for arkts-interop-d2s-export-entity Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICHC3W Test scenarios:new tests update to the linter Signed-off-by: ZhongNing --- .../linter/test/interop/interop_export_js_rules.ets.arkts2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ets2panda/linter/test/interop/interop_export_js_rules.ets.arkts2.json b/ets2panda/linter/test/interop/interop_export_js_rules.ets.arkts2.json index 827762e0bf..7e8c35ad4f 100644 --- a/ets2panda/linter/test/interop/interop_export_js_rules.ets.arkts2.json +++ b/ets2panda/linter/test/interop/interop_export_js_rules.ets.arkts2.json @@ -1,5 +1,5 @@ { - "copyright": [ + "copyright": [ "Copyright (c) 2025 Huawei Device Co., Ltd.", "Licensed under the Apache License, Version 2.0 (the 'License');", "you may not use this file except in compliance with the License.", -- Gitee