Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roAssociativeArray#keys() returns array of keys with incorrect casing #608

Open
sjbarag opened this issue Jan 14, 2021 · 0 comments
Open

Comments

@sjbarag
Copy link
Owner

sjbarag commented Jan 14, 2021

aa = { "FIELD": 0 }
print aa.keys()

RBI output:

[
    "FIELD"
]

brs output:

[
    "field"
]

Originally posted by @Vasya-M in #599 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant