Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanueldenloye committed Mar 10, 2019
1 parent 0c64dc6 commit 7e528f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/eval-compare/builtins.fromJSON-01.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
with builtins;

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

0 comments on commit 7e528f9

Please sign in to comment.