We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780f804 commit 9cab04fCopy full SHA for 9cab04f
documentation/assertions/string/parsed-as-XML.md
@@ -2,8 +2,7 @@ Parses a string as an XML document using the facilities available in the browser
2
3
```js
4
expect(
5
- `
6
- <?xml version="1.0"?>
+ `<?xml version="1.0"?>
7
<content>
8
<hello type="greeting">World</hello>
9
</content>
0 commit comments