This website requires JavaScript.
Explore
Help
Sign in
max
/
nix-super
Watch
1
Star
0
Fork
You've already forked nix-super
0
mirror of
https://github.com/privatevoid-net/nix-super.git
synced
2024-11-11 00:36:20 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
c9586b6c3f
nix-super
/
tests
/
lang
/
eval-okay-string.exp
2 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
* String interpolation. Expressions like "--with-freetype2-library=" + freetype + "/lib" can now be written as "--with-freetype2-library=${freetype}/lib" An arbitrary expression can be enclosed within ${...}, not just identifiers. * Escaping in string literals: \n, \r, \t interpreted as in C, any other character following \ is interpreted as-is. * Newlines are now allowed in string literals.
2006-05-01 17:01:47 +03:00
Str("foobar/a/b/c/d/foo/xyzzy/foo.txt/../foo/x/yescape: \"quote\" \n \\end\nof\nlinefoobarblaat")
Reference in a new issue
Copy permalink