To reproduce: for This issue, I'm evaluating feFood svg control by wgxpath. If xpath passed to evaluate function is case-sensitive, then we get no result. 1. Open sample attached in IE 11. 2. press button 'install WGXPath' 3. press buttons: "evaluate feFlood - Uppercase" -> result: Found: 0 items. 4. press buttons: "evaluate feflood - Lowercase" -> result: Found: 1 items. 5. expected: at step 3 we get: Found: 1 items. at step 4 we get: Found: 0 items. (the same as native xpath supported by Chrome and Firefox. Sample: [feFood_sample.zip](https://github.com/google/wicked-good-xpath/files/319958/feFood_sample.zip)
To reproduce:
for This issue, I'm evaluating feFood svg control by wgxpath. If xpath passed to evaluate function is case-sensitive, then we get no result.
Sample:
feFood_sample.zip