Add an automated updater script and definitions for its use for WebKit
svn path=/nixpkgs/trunk/; revision=16816
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
a=1;
|
||||
b="text";
|
||||
c=''
|
||||
text
|
||||
'';
|
||||
d=''
|
||||
Multi-line text with special characters -
|
||||
like \ (backslash) and ''${} (dollar +
|
||||
curly braces) and $ (dollar) and ' (quote)
|
||||
and " (double quote).
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user