tests.writers: fix toml test
seems to have been forgotten in https://github.com/NixOS/nixpkgs/pull/512319
This commit is contained in:
@@ -471,7 +471,7 @@ recurseIntoAttrs {
|
||||
toml = expectDataEqual {
|
||||
file = writeTOML "data.toml" { hello = "world"; };
|
||||
expected = ''
|
||||
hello = "world"
|
||||
hello = 'world'
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user