This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix-releng-staging
Watch
0
Star
0
Fork
You've already forked lix-releng-staging
0
Code
Packages
Activity
dc719e6ba5
lix-releng-staging
/
tests
/
lang
/
eval-okay-string.exp
2 lines
98 B
Plaintext
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 14:01:47 +00:00
Str("foobar/a/b/c/d/foo/xyzzy/foo.txt/../foo/x/yescape: \"quote\" \n \\end\nof\nlinefoobarblaat")
Copy permalink