StubbleOrg / Stubble

Trimmed down {{mustache}} templates in .NET
Other
399 stars 58 forks source link

Fix ignorecase setting issue #114

Closed senneclaeskens closed 2 years ago

senneclaeskens commented 3 years ago

Hello,

The DefaultValueGetters IDictionary<string, object> method, ignored the ignoreCase setting. I've added it the same way as the GetValueFromDynamicByName method.

The test without modification:

image

Test after modification:

image