Skip to content

Commit 9cab04f

Browse files
committed
Fix documentation test
1 parent 780f804 commit 9cab04f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/assertions/string/parsed-as-XML.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ Parses a string as an XML document using the facilities available in the browser
22

33
```js
44
expect(
5-
`
6-
<?xml version="1.0"?>
5+
`<?xml version="1.0"?>
76
<content>
87
<hello type="greeting">World</hello>
98
</content>

0 commit comments

Comments
 (0)