mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
formats: Fix yaml test
Faulty test result was introduced in https://github.com/NixOS/nixpkgs/pull/133807
This commit is contained in:
parent
d1f93e7bc6
commit
c511b4e1f9
@ -77,8 +77,8 @@ in runBuildTests {
|
|||||||
'false': false
|
'false': false
|
||||||
float: 3.141
|
float: 3.141
|
||||||
list:
|
list:
|
||||||
- null
|
- null
|
||||||
- null
|
- null
|
||||||
'null': null
|
'null': null
|
||||||
path: ${./formats.nix}
|
path: ${./formats.nix}
|
||||||
str: foo
|
str: foo
|
||||||
|
Loading…
Reference in New Issue
Block a user