<https://github.com/pulumi/pulumi/blob/bb4f681ab63...
# contribute
b
https://github.com/pulumi/pulumi/blob/bb4f681ab63aea5e9b728b0f6fec0d8d6b5034c0/pkg/testing/pulumi-test-language/tests/l1_builtin_object.go#L24 - I have question regarding this test and pulumi implementation. From what I've read in https://developer.hashicorp.com/terraform/language/functions/keys and https://developer.hashicorp.com/terraform/language/functions/values these functions return values in lexicographical order. However Python and nodejs "just" converts them to their dictionary implementations: https://github.com/pulumi/pulumi/pull/21947/changes#diff-e1172c8225c3c9a4ac8f549d36bb9db48bd0997243a929afe362d065b3135ac7R4. Shouldn't these values be sorted first?