-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web.config files (and generally XML) are case-sensitive. But when building the XTree the element and attributes' names were being converted to lower case. These names were then being used to construct the XPath expression in transform attributes (InsertBefore, InsertAfter etc). I've removed the conversion to lower case and added tests for case sensitive comparison.
- Loading branch information
1 parent
be83d03
commit 4e3a236
Showing
3 changed files
with
120 additions
and
67 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
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