nixir/tests/language/interp_test.nix
NotAShelf 554f7f21f1
meta: CTest integration; expand test coverage
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3e6bf966985f6212e99d146cb18e4e2f6a6a6964
2026-04-24 23:13:20 +03:00

2 lines
62 B
Nix

# Test string interpolation
let x = "world"; in "Hello ${x}!"