mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
12 lines
268 B
Nix
12 lines
268 B
Nix
"foo" + "bar"
|
|
+ toString (/a/b + /c/d)
|
|
+ toString (/foo/bar + "/../xyzzy/." + "/foo.txt")
|
|
+ ("/../foo" + toString /x/y)
|
|
+ "escape: \"quote\" \n \\"
|
|
+ "end
|
|
of
|
|
line"
|
|
+ "foo${if true then "b${"a" + "r"}" else "xyzzy"}blaat"
|
|
+ "foo$bar"
|
|
+ "$\"$\""
|
|
+ "$"
|