eclipse-symphony / symphony

Symphony project
MIT License
24 stars 17 forks source link

Add test cases for property array merge #203

Open Haishi2016 opened 1 month ago

Haishi2016 commented 1 month ago

users can merge properties from multiple arrays with a "$$" expression:

tags: ${{$config('shared-segment', 'tags/') $$config('region1-tags-config', 'tags/')}}

We need to add test cases to make sure this behavior does not change.