Merge pull request #135719 from Infinisil/formats-yaml-tests

formats: Fix yaml test
launchpad/nixpkgs/master
Silvan Mosberger 3 years ago committed by GitHub
commit 2002a716ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/pkgs-lib/tests/formats.nix

@ -77,8 +77,8 @@ in runBuildTests {
'false': false
float: 3.141
list:
- null
- null
- null
- null
'null': null
path: ${./formats.nix}
str: foo

Loading…
Cancel
Save