metafacture / metafacture-fix

Work in progress towards an implementation of the Fix language for Metafacture
Apache License 2.0
6 stars 2 forks source link

Alternations don't work with nested paths. #143

Open blackwinter opened 2 years ago

blackwinter commented 2 years ago

Also, there's a case to be made that alternations don't work as intended: data.name|data.nome will be split into data, name|data and nome instead of data.name and data.nome. Which is why the nested tests don't fail.

Originally posted by @blackwinter in https://github.com/metafacture/metafacture-fix/issues/115#issuecomment-1023194188

blackwinter commented 11 months ago

Integration tests: