-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d948f07
commit 856b594
Showing
22 changed files
with
298 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# VerifyXml | ||
|
||
Verifies Xml: | ||
|
||
* Scrubbing respected. | ||
* Pretty prints | ||
|
||
snippet: VerifyFile | ||
|
||
|
||
Give the following Xml: | ||
|
||
``` | ||
<body><node>text</node></body> | ||
``` | ||
|
||
This code: | ||
|
||
snippet: VerifyXml | ||
|
||
Will produce | ||
|
||
snippet: XmlTests.Xml.verified.xml | ||
|
||
|
||
## IgnoreMember | ||
|
||
This code: | ||
|
||
snippet: XmlIgnoreMember | ||
|
||
Will produce | ||
|
||
snippet: XmlTests.XmlIgnoreMember.verified.xml | ||
|
||
|
||
## ScrubMember | ||
|
||
This code: | ||
|
||
snippet: XmlScrubMember | ||
|
||
Will produce | ||
|
||
snippet: XmlTests.XmlScrubMember.verified.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.