Fix 627
Created by: AgustinCB
We weren't filtering empty strings.
This caused two things: The unwrap in empty strings to fail and to try to compact even on paths with less than two parents.
Added some tests.
Created by: AgustinCB
We weren't filtering empty strings.
This caused two things: The unwrap in empty strings to fail and to try to compact even on paths with less than two parents.
Added some tests.