This website requires JavaScript.
Explore
Help
Sign In
lix-project
/
lix
Watch
20
Star
58
Fork
You've already forked lix
31
Code
Issues
353
Code Review (Gerrit)
Projects
3
Releases
Wiki
Activity
943ab38a0d
lix
/
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")
Reference in a new issue
Copy permalink