Skip to content

Commit dfa04f5

Browse files
committed
[test/versionConv int] Fix link/include warnings
1 parent 3ca3802 commit dfa04f5

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

test/resources/version_conversion_int.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,18 +220,15 @@
220220
],
221221
"sections": [],
222222
"type": "subsec",
223-
"link": "somewhere subs1",
224223
"reference": "ref subs1"
225224
}
226225
],
227226
"type": "mainsec",
228-
"link": "somewhere s1",
229227
"reference": "ref s1"
230228
},
231229
{
232230
"definition": "def s2",
233231
"name": "section two",
234-
"include": "url s2",
235232
"properties": [],
236233
"sections": [],
237234
"type": "mainsec",
@@ -245,7 +242,6 @@
245242
"properties": [],
246243
"sections": [],
247244
"type": "mainsec",
248-
"link": "somewhere s3",
249245
"reference": "ref s3"
250246
}
251247
],

test/resources/version_conversion_int.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<reference>ref subs1</reference>
77
<include>url subs1</include>
88
<type>subsec</type>
9-
<link>somewhere subs1</link>
109
<name>subsec_one</name>
1110
<property>
1211
<definition>def prop1</definition>
@@ -37,7 +36,6 @@
3736
<reference>ref s1</reference>
3837
<include>url s1</include>
3938
<type>mainsec</type>
40-
<link>somewhere s1</link>
4139
<name>sec_one</name>
4240
<property>
4341
<definition>def prop1</definition>
@@ -96,7 +94,6 @@
9694
<section>
9795
<definition>def s2</definition>
9896
<reference>ref s2</reference>
99-
<include>url s2</include>
10097
<type>mainsec</type>
10198
<link>somewhere s2</link>
10299
<name>section two</name>
@@ -106,7 +103,6 @@
106103
<reference>ref s3</reference>
107104
<include>url s3</include>
108105
<type>mainsec</type>
109-
<link>somewhere s3</link>
110106
<name>section three</name>
111107
</section>
112108
<author>author</author>

test/resources/version_conversion_int.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Document:
55
sections:
66
- definition: def s1
77
include: url s1
8-
link: somewhere s1
98
name: sec_one
109
properties:
1110
- definition: def prop1
@@ -117,7 +116,6 @@ Document:
117116
reference: ref s1
118117
sections:
119118
- definition: def subs1
120-
include: url subs1
121119
link: somewhere subs1
122120
name: subsection one
123121
properties:
@@ -177,14 +175,12 @@ Document:
177175
type: mainsec
178176
- definition: def s2
179177
include: url s2
180-
link: somewhere s2
181178
name: section two
182179
properties: []
183180
reference: ref s2
184181
sections: []
185182
type: mainsec
186183
- definition: def s3
187-
include: url s3
188184
link: somewhere s3
189185
name: section three
190186
properties: []

0 commit comments

Comments
 (0)