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
@MichaelXavier recently found a pretty egregious bug where the JSON instances for the top-level fields weren't dropping enough characters. We should probably add some tests for that.
I'm thinking we should get rid of everything under examples/ and just make some simple hspec tests that assert the JSON output of a Template is equal to some aeson-qqValue.
@MichaelXavier recently found a pretty egregious bug where the JSON instances for the top-level fields weren't dropping enough characters. We should probably add some tests for that.
I'm thinking we should get rid of everything under
examples/
and just make some simplehspec
tests that assert the JSON output of aTemplate
is equal to someaeson-qq
Value
.The text was updated successfully, but these errors were encountered: