5 lines
106 B
Text
5 lines
106 B
Text
|
|
for .key in sort(keys .tests) {
|
||
|
|
...
|
||
|
|
}
|
||
|
|
# unbounded list on keys bounded by closing parenthesis of sort
|