Add preserve option to allow preserving additional characters in strict mode#179
Add preserve option to allow preserving additional characters in strict mode#179tomas-ki wants to merge 4 commits intosimov:masterfrom
preserve option to allow preserving additional characters in strict mode#179Conversation
|
As implemented here, there's nothing enforcing that the elements of It's all but certain that someone will pass |
|
As an example of some weirdness that we'll want to guard against:
|
This allows
preserveoption, which will preserve specified characters both when using strict mode and not.It allows for different structures, like
test_propertyandtest.propertybeing valid. Another example is having more complex paths:path.to.property_name.I think this eloquently fixes #131 as well.
Does not affect current implementation in any way so shouldn't be a breaking change.