Following this [fix](https://github.com/padok-team/burrito/pull/419/files#diff-49b4d16c298c8a6fab64db6c885ab1aa18aa0cd93f48172c1fde86697ebdd887R10), we need to apply the new behavior to all array/list merge functions. Furthermore, we need to fix the OverrideRunnerSpec test. Prefer to loop through expected result than given one. See this [fix](https://github.com/padok-team/burrito/pull/419/files#diff-0a2a0cd89a84b8ee4f2f92b638d921867296adf482bdce3e1be272d263550d73L1788)
Following this fix, we need to apply the new behavior to all array/list merge functions.
Furthermore, we need to fix the OverrideRunnerSpec test. Prefer to loop through expected result than given one.
See this fix