hnix/tests
John Wiegley 4163d35a09 nixpkgs allows let with no bindings in some places
At the beginning of arangodb/default.nix:

```
{ stdenv, fetchFromGitHub
, openssl, zlib, python2Packages, readline, cmake, python }:

let
in stdenv.mkDerivation rec {
  version = "3.3.4";
  name    = "arangodb-${version}";
```
2018-04-18 23:42:13 -07:00
..
eval-compare Fix ind-string-14 2018-04-10 18:45:57 -07:00
files Fix the hello.nix test file 2018-04-04 09:26:58 -07:00
EvalTests.hs The argument order for the function passed to foldl' had gotten flipped 2018-04-17 18:30:05 -07:00
Main.hs Use verbosity to control how much is displayed in error messages 2018-04-17 17:25:59 -07:00
NixLanguageTests.hs Use verbosity to control how much is displayed in error messages 2018-04-17 17:25:59 -07:00
ParserTests.hs nixpkgs allows let with no bindings in some places 2018-04-18 23:42:13 -07:00
PrettyTests.hs Remember how much indentation was stripped from multi-line strings 2018-04-11 12:06:14 -07:00
TestCommon.hs Use verbosity to control how much is displayed in error messages 2018-04-17 17:25:59 -07:00