mirror of
https://github.com/NixOS/nix
synced 2025-07-10 21:23:56 +02:00
Adapt tests to show that floats work properly.
This commit is contained in:
parent
b4bda4765a
commit
5cdcaf5e8e
7 changed files with 23 additions and 3 deletions
|
@ -2,6 +2,8 @@ rec {
|
|||
|
||||
x = 123;
|
||||
|
||||
y = 567.890;
|
||||
|
||||
a = "foo";
|
||||
|
||||
b = "bar";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue