herrjulz / aviator

Merge YAML/JSON files in a in a convenient fashion based on a configuration file called aviator.yml
MIT License
60 stars 7 forks source link

Implement except for walk case #46

Closed TheSgrash closed 2 years ago

TheSgrash commented 2 years ago

@herrjulz as far as I see this case is already covered by the test starting at line 379

herrjulz commented 2 years ago

@TheSgrash Not really. The test you referenced covers ForEach. Walk tests are here. So the Walk tests require an extra test to be tested in combination with "except". Does that help?

TheSgrash commented 2 years ago

@herrjulz pls review it now