We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5917748 commit b34e7bdCopy full SHA for b34e7bd
1 file changed
Tests/XMLCodingTests/XMLParsingTests.swift
@@ -3,6 +3,7 @@ import XCTest
3
4
let LIST_XML = """
5
<Response>
6
+ <Result />
7
<MetadataList>
8
<item>
9
<Id>id1</Id>
@@ -14,18 +15,17 @@ let LIST_XML = """
14
15
<Id>id3</Id>
16
</item>
17
</MetadataList>
- <Result />
18
</Response>
19
"""
20
21
let SINGLETON_LIST_XML = """
22
23
24
25
26
27
28
29
30
31
@@ -87,10 +87,10 @@ class XMLParsingTests: XCTestCase {
87
func testEmptyElement() throws {
88
let inputString = """
89
90
+ <Result/>
91
<Metadata>
92
<Id>id</Id>
93
</Metadata>
- <Result/>
94
95
96
0 commit comments