Regression on raw/blob content via api
Created by: dblessing
There is a nasty 5.1 to 5.2 snippets API regression when getting raw content.
In 5.1, content was output exactly as described - raw. No encoding or escaping of text whatsoever. In 5.2, content is encoded and instead of actual white space you see new line characters. You can see this in the screenshots below. The content of the screenshots is the exact same snippet, first with 5.1 and second with 5.2.
This will break any API integration tool that gets raw snippet content.