e.g. the script: ``` output [showJSON(1..3) ``` outputs in the master: ``` { "set" : [[1,3]]} ``` but outputs in the latest develop branch: ``` 1..3 ```
e.g. the script:
outputs in the master:
but outputs in the latest develop branch: