Skip to content

Conversation

@catamorphism
Copy link
Collaborator

While modifying ICU4C tests to read JSON directly from the test files in this repo, I noticed that the data-model-errors.json file I'd previously contributed is not actually valid JSON.

Added braces to make it valid, and updated README file accordingly.

Previously, this file was not valid JSON. Added braces
and updated README file accordingly.
@catamorphism catamorphism requested review from aphillips and eemeli April 3, 2024 19:08
Copy link
Collaborator

@eemeli eemeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not do the smaller fix of changing the JSON outermost [] into {} so that it matches the README?

Previously, this file was not valid JSON. Replaced '['/']'
with '{'/'}'.
Also removed a trailing comma and corrected typo in README file.
@catamorphism
Copy link
Collaborator Author

Why not do the smaller fix of changing the JSON outermost [] into {} so that it matches the README?

You're right, that's simpler. Done in 85b77f0

@aphillips aphillips merged commit 3adc512 into unicode-org:main Apr 3, 2024
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

Successfully merging this pull request may close these issues.

4 participants