A map parameter iterates its entries in the order the cell wrote them
All 3 scenarios hold
Keys and values are read off the same map, entry by entry.
expected outcome
broken scenario
| Scenario | Map input | Key order? | Value order? |
|---|---|---|---|
| Written ascending |
|
|
|
| Keys written unsorted |
|
|
|
| Values written descending |
|
|
|