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

Improve precondition testing az_json_string_unescape() #2310

Open
ahsonkhan opened this issue Aug 10, 2022 · 0 comments
Open

Improve precondition testing az_json_string_unescape() #2310

ahsonkhan opened this issue Aug 10, 2022 · 0 comments

Comments

@ahsonkhan
Copy link
Member

ahsonkhan commented Aug 10, 2022

From #2303 (comment)

Tests for:

_az_PRECONDITION_VALID_SPAN(json_string, 1, false);
_az_PRECONDITION_NOT_NULL(destination);
_az_PRECONDITION(destination_max_size > 0);

See https://dev.azure.com/azure-sdk/public/_build/results?buildId=1769797&view=codecoverage-tab

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

No branches or pull requests

1 participant