tests: add test fixture for merge operator
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie8d8e5fb817349469fed194773120ce86a6a6964
This commit is contained in:
parent
59fcd3ef92
commit
3c1ce0fd31
2 changed files with 5 additions and 1 deletions
2
tests/merge.nix
Normal file
2
tests/merge.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# Test attrset merge operator (//)
|
||||||
|
{a = {x = 1;} // {y = 2;};}
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
https://example.com/path?query=1#frag
|
https://example.com/path?query=1
|
||||||
|
#frag
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue