spelling error

This commit is contained in:
Emmanuel Denloye-Ito 2019-03-10 04:31:02 -04:00 committed by John Wiegley
parent 7a9b70f139
commit 5e0617a952

View file

@ -1,8 +1,8 @@
with builtins; with builtins;
let simpleJSON = "{\"foo\": \"39\", \"bar\": 472}"; let simpleJSON = "{\"foo\": \"39\", \"bar\": 472}";
screweyJSON = "{\"4275\": \"Please do not fail.\"}"; screwyJSON = "{\"4275\": \"Please do not fail.\"}";
# crazyJSON should be tested once screweyJSON works! # crazyJSON should be tested once screwyJSON works!
crazyJSON = " { crazyJSON = " {
\"response\": { \"response\": {
\"success\": 1, \"success\": 1,
@ -61,4 +61,4 @@ let simpleJSON = "{\"foo\": \"39\", \"bar\": 472}";
} }
} }
}"; }";
in [(fromJSON simpleJSON) (fromJSON screweyJSON)] in [(fromJSON simpleJSON) (fromJSON screwyJSON)]