Open
Description
What is the problem the feature request solves?
I would like to start implementing some shared test code for array expressions to make it easier to test for edge cases such as null or empty arrays.
The following functions need improved tests:
- array_remove
- array_contains
- array_append
- array_intersect
- array_join
- array_repeat
- array_compact
- arrays_overlap
Describe the potential solution
No response
Additional context
No response