tests: add test fixture for merge operator

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie8d8e5fb817349469fed194773120ce86a6a6964
This commit is contained in:
raf 2026-02-22 12:47:58 +03:00
commit 3c1ce0fd31
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 5 additions and 1 deletions

2
tests/merge.nix Normal file
View file

@ -0,0 +1,2 @@
# Test attrset merge operator (//)
{a = {x = 1;} // {y = 2;};}

View file

@ -1 +1,3 @@
https://example.com/path?query=1#frag https://example.com/path?query=1
#frag