1---2source: tests/tests/golden.rs3expression: result4input_file: tests/golden/builtin_strings.jsonnet5---6{7 "split": [8 "ab",9 "cd",10 "ef"11 ],12 "splitlimit": [13 "ab",14 "cd::ef"15 ],16 "splitlimitR": [17 "ab::cd",18 "ef"19 ],20 "splitlimitRNoLimit": [21 "ab",22 "cd",23 "ef"24 ]25}