-
Notifications
You must be signed in to change notification settings - Fork 19
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
Structured data (like json, ndjson, toml, yaml) asserts in snapbox #92
Comments
A basic way of doing this is
|
Besides a |
After some discussion with @epage, we found the following blockers:
|
Looks like ndjson was merged into jsonlines, so went with that. One difference at one point was allowing blank lines from what I've heard. I'm not seeing it mentioned in jsonlines but went with supporting it. Part of assert-rs#92
Looks like ndjson was merged into jsonlines, so went with that. One difference at one point was allowing blank lines from what I've heard. I'm not seeing it mentioned in jsonlines but went with supporting it. Part of assert-rs#92 Cherry pick ae6bce4 (assert-rs#277) Cherry pick 62ddc26 (assert-rs#290)
Like the value from special handling of text vs binary, asserting with knowledge of structured data would help gloss over irrelevant details and allow smarter wildcards
snapbox
#106)The text was updated successfully, but these errors were encountered: