teemtee / fmf

Flexible Metadata Format
GNU General Public License v2.0
22 stars 28 forks source link

Allow case-insensitive matching of context dimension values #195

Closed therazix closed 1 year ago

therazix commented 1 year ago

Matching of context dimension values can now be case-insensitive by calling fmf.Tree.adjust() with the case_sensitive=False parameter. The default behavior remains case-sensitive.

I have also updated the documentation about the default behavior and added some tests.

Resolves: #186

therazix commented 1 year ago

Somehow I missed that child nodes were not adjusted. This should be fixed in 99f608b.