You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the decoding test is white-space sensitive. It's incredibly difficult to figure out what's wrong given two blocks of text with tonnes of whitespace and escape characters.
Given that we have serde_json we should avoid string-based comparisons, and instead rely more on the serde-based output.
The text was updated successfully, but these errors were encountered:
Currently the decoding test is white-space sensitive. It's incredibly difficult to figure out what's wrong given two blocks of text with tonnes of whitespace and escape characters.
Given that we have
serde_json
we should avoid string-based comparisons, and instead rely more on the serde-based output.The text was updated successfully, but these errors were encountered: