meta: CTest integration; expand test coverage
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3e6bf966985f6212e99d146cb18e4e2f6a6a6964
This commit is contained in:
parent
584d84542e
commit
554f7f21f1
6 changed files with 31 additions and 8 deletions
2
tests/language/interp_test.nix
Normal file
2
tests/language/interp_test.nix
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Test string interpolation
|
||||
let x = "world"; in "Hello ${x}!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue