• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2025 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14------ Test 1 Start ------
15a
16b
17c
18a,b,c
19{
20  "a": 1,
21  "b": 2,
22  "c": "a"
23}
24a
25b
26c
27a,b,c
28{
29  "a": 1,
30  "b": 2,
31  "c": "a"
32}
33a
34b
35c
36a,b,c
37{
38  "a": 1,
39  "b": 2,
40  "c": "a"
41}
42------ Test 1 finish ------
43------ Test 2 Start ------
44a
45b
46c
47d
48e
49f
50a,b,c,d,e,f
51{
52  "a": 1,
53  "b": 2,
54  "c": "a",
55  "d": 3,
56  "e": 4,
57  "f": "b"
58}
59a
60b
61c
62d
63e
64f
65a,b,c,d,e,f
66{
67  "a": 1,
68  "b": 2,
69  "c": "a",
70  "d": 3,
71  "e": 4,
72  "f": "b"
73}
74a
75b
76c
77d
78e
79f
80a,b,c,d,e,f
81{
82  "a": 1,
83  "b": 2,
84  "c": "a",
85  "d": 3,
86  "e": 4,
87  "f": "b"
88}
89------ Test 2 finish ------